Advertisement
priore

XCode 4.2 with iOS SDK 5.1

Aug 27th, 2012
882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. 1. Download the XCode 4.3.x DMG file, and mount it so that you can see it from Finder
  3. 2. sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
  4. 3. sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
  5. 4. sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1\ \(9B176\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  6. 5. sudo rm -f /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest
  7. 6. cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  8. 7. sudo ln -s ./5.1\ \(9B176\) ./Latest
  9. 8. Now just unmount the dmg in Finder
  10. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement