Skip to content

Instantly share code, notes, and snippets.

@inkredabull
Created January 9, 2013 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inkredabull/4493052 to your computer and use it in GitHub Desktop.
Save inkredabull/4493052 to your computer and use it in GitHub Desktop.
Mac OSX 10.8.2 & MacVim Workaround
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