Created
May 5, 2012 20:10
-
-
Save walchko/2605277 to your computer and use it in GitHub Desktop.
Set XCode path for 4.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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