Skip to content

Instantly share code, notes, and snippets.

@splhack
Created May 3, 2012 04:09
Show Gist options
  • Save splhack/2583086 to your computer and use it in GitHub Desktop.
Save splhack/2583086 to your computer and use it in GitHub Desktop.
Use Xcode 4.3.2 as Xcode 4.2 or earlier without Command Line Tools
sudo mkdir /Developer
cd /Developer
sudo chown `id -u` .
ln -s /Applications/Xcode.app/Contents/Developer/* .
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment