Created
May 3, 2012 04:09
-
-
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
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
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