dugla
dugla

Reputation: 12954

How do I make AppCode find the path to Xcode Version 4.3 (4E109)?

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

Answers (1)

dugla
dugla

Reputation: 12954

Got it. I used the wrong path:

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

Upvotes: 8

Related Questions