'Xcode Project Scheme sharing... how to do that?
Xcode Project Scheme sharing... how to do that?
When I commit my Xcode project to SVN, I found that the schemes that I created are saved under my username folder, e.g.
abc.xcodeproj/xcuserdata/_my_user_name_.xcuserdatad/xcschemes/projectABC_debug.xcscheme
When multiple users are working on the same project, the schemes can't be shared to them since they don't have the same user name.
So, how to share the schemes among multiple users easily?
Solution 1:[1]
There is a checkbox at the far right "Shared" column in "Manage Schemes" Dialog.
Solution 2:[2]
Just an additional hint: if after some manipulations there's still no schemes in Xcode - try to relaunch it. Helped for me with Xcode 7.3.1
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | vinzee |
Solution 2 | slxl |