Xcode Project Scheme sharing... how to do that?

Xcode

Xcode Problem Overview


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?

Xcode Solutions


Solution 1 - Xcode

There is a checkbox at the far right "Shared" column in "Manage Schemes" Dialog.

Solution 2 - Xcode

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionUnrealityView Question on Stackoverflow
Solution 1 - XcodeUnrealityView Answer on Stackoverflow
Solution 2 - XcodeslxlView Answer on Stackoverflow