Created
January 9, 2013 13:19
-
-
Save inkredabull/4493052 to your computer and use it in GitHub Desktop.
Mac OSX 10.8.2 & MacVim Workaround
This file contains hidden or 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
While running this: | |
brew install macvim | |
Was getting this: | |
Error: Can't run /Applications/Xcode.app/usr/bin/xcodebuild (no such file). | |
Then I found [1], so I did this: | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/ | |
[1] : http://apple.stackexchange.com/questions/46431/xcode-appears-to-be-installed-but-xcodebuild-is-unusable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment