Is it possible to run Xcode 6.3 on El Capitan?

I would really like to try El Capitan, but I do not know whether it is possible to run the old Xcode on it, because it is important for me now. Has anyone tried it?

+5
source share
3 answers

xCode 6.3.2 launches on the first beta of El Capitan. I tried to build and run a quick application, it worked as it should.

Although the use of xCode 6.3.2 works on the first (and second) beta version of El Capitan. There may be some additional steps.

App Store submissions will be rejected! if you use OSX beta

+1
source

Run this command in terminal:

/Applications/Xcode.app/Contents/MacOS/Xcode /dev/null 
+9
source

I created a shell script that you can run once so that you can use Xcode 6.x, usually on El Capitan (i.e. interactively, without having to run through the terminal every time).

As already mentioned, you cannot submit applications created on El Capitan while they are still in beta.

The script is here: http://bit.ly/Xcode6OnElCapitan

0
source

All Articles