Matous Hybl
Matous Hybl

Reputation: 168

Is it possible to run Xcode 6.3 on El Capitan?

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?

Upvotes: 5

Views: 2916

Answers (2)

Anh Tuan Pham
Anh Tuan Pham

Reputation: 113

Run this command on Terminal:

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

Upvotes: 9

milo526
milo526

Reputation: 5083

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

Upvotes: 1

Related Questions