4

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

dugla
  • 12,774
  • 26
  • 88
  • 136

1 Answers1

8

Got it. I used the wrong path:

Correct path: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

dugla
  • 12,774
  • 26
  • 88
  • 136
  • 1
    Tried this but i still get the Xcode not found in '/Applications/Xcode.app/Contents/Developer' error :( – Pfitz Feb 28 '12 at 23:13