Xcode 6.3.2 无法在 OSX 10.11 El Capitan Developer Preview 3 上运行
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/31040744/
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 6.3.2 can't run on OSX 10.11 El Capitan Developer Preview 3
提问by Huy Tran
I'm just updated my Mac to OS X 10.11 El Capitan DP 2, and I disappointed that it does not support Xcode 6.3.2
我刚刚将我的 Mac 更新到 OS X 10.11 El Capitan DP 2,我很失望它不支持 Xcode 6.3.2
Now, how do I work? I have a project to do, and it's not a good time to convert my project to Swift 2/Xcode 7 since it's impossible to submitting at this time?
现在,我如何工作?我有一个项目要做,现在不是将我的项目转换为 Swift 2/Xcode 7 的好时机,因为此时无法提交?
回答by codester
Open terminal and use this command
打开终端并使用此命令
/Applications/Xcode.app/Contents/MacOS/Xcode </dev/null &>/dev/null &
/Applications/Xcode.app/Contents/MacOS/Xcode </dev/null &>/dev/null &
回答by Zev Eisenberg
From the El Capitan release notes:
Xcode versions prior to 7 are not supported on OS X El Capitan Beta 3
OS X El Capitan Beta 3 不支持 7 之前的 Xcode 版本
And from the Xcode 7 beta 4 release notes:
Xcode 6.x has known compatibility issues when run on OS X version 10.11 El Capitan. It is strongly encouraged that you use Xcode 7 when running on OS X El Capitan.
Xcode 6.x 在 OS X 版本 10.11 El Capitan 上运行时存在已知的兼容性问题。强烈建议您在 OS X El Capitan 上运行时使用 Xcode 7。
I know it doesn't help you much now, but as a general rule of thumb, I recommend not upgrading anythingin your build process if you're on a deadline and you can't easily revert.
我知道它现在对您没有多大帮助,但作为一般经验法则,如果您在截止日期前并且无法轻松恢复,我建议不要在构建过程中升级任何内容。