1

I installed the second Beta of 10.11 and Xcode 6.3.2 has stopped running.

The error is:

In order to open "Xcode", you need to update to the latest version.

The version of Xcode installed on this Mac is not compatible with OS X El Capitan. You have "Xcode" 6.3.2. Download version 6.3.2 for free from the Mac App Store.

Ankit Jain
  • 1,858
  • 22
  • 35

2 Answers2

2

It runs if you open it via the Terminal.

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

Thanks to the poster at developer forum who had the information.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Ankit Jain
  • 1,858
  • 22
  • 35
0

you can download Xcode-Launcher script to load xcode. https://github.com/zenangst/Xcode-Launcher

Jordan
  • 1