Skip to content

Instantly share code, notes, and snippets.

@oppara
Forked from splhack/gist:2583086
Created May 3, 2012 22:53
Show Gist options
  • Save oppara/2590148 to your computer and use it in GitHub Desktop.
Save oppara/2590148 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