Xcode 6.3.2 can't run on OSX 10.11 El Capitan Developer Preview 3

做~自己de王妃 提交于 2019-11-28 06:28:45

Open terminal and use this command

/Applications/Xcode.app/Contents/MacOS/Xcode </dev/null &>/dev/null &

From the El Capitan release notes:

Xcode versions prior to 7 are not supported on OS X El Capitan Beta 3

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.

I know it doesn't help you much now, but as a general rule of thumb, I recommend not upgrading anything in your build process if you're on a deadline and you can't easily revert.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!