Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.2 (Snow Leopard) and iOS 5.1 [duplicate]

Possible Duplicate:
ios 5.1 with xcode 4.2 for iOS development

I updated my iPhone to iOS 5.1. My operating system is Snow Leopard.
Now I need the sdk 5.1 to develop, with xcode 4.2.

Where can I download it?
Any suggest?

Solution: Downgrade to ios5.0 or update to Lion

like image 681
Dany Avatar asked Mar 08 '12 08:03

Dany


3 Answers

To get Xcode 4.2 on Snow Leopard to run code on a device running 5.1 you can do this:

If you have another Mac running Lion + XCode 4.3.1 you can copy the files from:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1 (9B176)

to the equivalent place on your SL Mac: probably

/Developer/Platforms/iPhoneOS.platform/DeviceSupport

and also copy version.plist from the Lion machine in the iPhoneOS.platform folder to the SL machine.

Re-start XCode on the SL machine and re-connect the devices and it seems happy enough.

[Edit: If you don't have access to a machine with Lion+4.3.1 you can get the files out of the 4.3.1 DMG which can be downloaded from Apple here: http://adcdownload.apple.com/Developer_Tools/xcode_4.3.1_for_lion/xcode_4.3.1_for_lion.dmg

then mount the DMG, Show Package Contents on the XCode icon and drill down to

/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport to 

find the files mentioned above.]

In steps:

  1. Stop XCode on SL machine
  2. Disconnect your iphone
  3. Mount the Xcode 4.3.1 image (.dmg that you can download from Apple dev site)
  4. Show package contentes of the Xcode 4.3.1
  5. copy XCode/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1 (9B176) to <HD>/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  6. copy XCode/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/version.plist to <HD>/Developer/Platforms/iPhoneOS.platform/
  7. Start Xcode
  8. connect your iphone and it should work.
like image 93
Richard Groves Avatar answered Nov 20 '22 15:11

Richard Groves


You can't.

You need to update to Mac OS 10.7 Lion in order to get the latest version of Xcode with the 5.1 SDK.

The last installable version of Xcode on Snow Leopard will be 4.2. Apple really wants developers to keep up to date on everything, whether MacOS or iOS.

like image 26
Michael Dautermann Avatar answered Nov 20 '22 17:11

Michael Dautermann


If you want to stay on Snow Leopard, download the iOS 5.0.1 firmware of your device on this link : http://www.iphonefirmware.com/firmwares-download.

And do a manual restore on iTunes.

I did it today (March 8, 2012) on my iPad 2 and it works, Apple still seems to sign this iOS version.I guess not for a long time, so do it quickly.

like image 1
booker Avatar answered Nov 20 '22 15:11

booker