Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

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?

like image 572
Huy Tran Avatar asked Jun 25 '15 03:06

Huy Tran


1 Answers

Open terminal and use this command

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

like image 97
codester Avatar answered Sep 28 '22 06:09

codester