Created
August 2, 2012 08:12
-
-
Save yiquncode/3235211 to your computer and use it in GitHub Desktop.
copy IPHONE5.1 SDK to 10.6.8
This file contains 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 cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ | |
sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/ | |
sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1\ \(9B176\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/ | |
sudo rm -f /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest | |
cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport/ | |
sudo ln -s ./5.1\ \(9B176\) ./Latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment