Reputation: 12954
I just installed Xcode Version 4.3 (4E109). I am a JetBrains Appcode user and Appcode now nolonger can find Xcode which now installs by default in /Applications.
I tried running: sudo xcode-select -switch /Applications
but that had no effect.
What's my move here?
Thanks,
Doug
Upvotes: 4
Views: 2910
Reputation: 12954
Got it. I used the wrong path:
Correct path: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Upvotes: 8