Skip to content

Instantly share code, notes, and snippets.

@walchko
Created May 5, 2012 20:10
Show Gist options
  • Save walchko/2605277 to your computer and use it in GitHub Desktop.
Save walchko/2605277 to your computer and use it in GitHub Desktop.
Set XCode path for 4.3
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Check to make sure the path is set correctly by running this command:
xcode-select -print-path && xcodebuild -version
The output should look like this:
/Applications/Xcode.app/Contents/Developer
Xcode 4.3
Build version 4E109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment