Xcode 项目方案共享...如何做到这一点?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8425421/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode Project Scheme sharing... how to do that?
提问by Unreality
Xcode Project Scheme sharing... how to do that?
Xcode 项目方案共享...如何做到这一点?
When I commit my Xcode project to SVN, I found that the schemes that I created are saved under my username folder, e.g.
当我将我的 Xcode 项目提交到 SVN 时,我发现我创建的方案保存在我的用户名文件夹下,例如
abc.xcodeproj/xcuserdata/_my_user_name_.xcuserdatad/xcschemes/projectABC_debug.xcscheme
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?
那么,如何轻松地在多个用户之间共享方案呢?
回答by Unreality
OMG what a stupid question I have asked... there's a checkbox at the far right "Shared" column in "Manage Schemes" Dialog :p
天哪,我问了一个多么愚蠢的问题......“管理方案”对话框中最右侧的“共享”列中有一个复选框:p
回答by slxl
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
只是一个额外的提示:如果经过一些操作后 Xcode 中仍然没有方案 - 尝试重新启动它。使用 Xcode 7.3.1 为我提供帮助