Is it possible to run Xcode 6.3 on El Capitan?

陌路散爱 提交于 2019-12-10 14:31:19

问题


I'd really like to try El Capitan but I don't know if it is possible to run old Xcode on it, because it is critical for me now. Has anyone tried it?


回答1:


xCode 6.3.2 does run on the first El Capitan beta. I have tried building and running a swift app, this worked just like it should.

Although using xCode 6.3.2 does work on the first (and second) El Capitan beta. There might be some extra steps involved.

Submissions to the App Store will be rejected! if you are using a beta version of OSX




回答2:


Run this command on Terminal:

/Applications/Xcode.app/Contents/MacOS/Xcode /dev/null



回答3:


I've created a shell script that you can run once to enable you to use Xcode 6.x normally on El Capitan (i.e., clickable without having to resort to launching via the terminal everytime).

As mentioned by others, you can not submit apps built on El Capitan while it's still in Beta.

Script is here: http://bit.ly/Xcode6OnElCapitan



来源:https://stackoverflow.com/questions/30827580/is-it-possible-to-run-xcode-6-3-on-el-capitan

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