Xcode 4.2 (Snow Leopard) and iOS 5.1

49,380

Solution 1

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.

Solution 2

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.

Solution 3

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.

Share:
49,380
Dany
Author by

Dany

iOS objective-c angularjs javascript jquery php java j2ee semantic-web crawling linked-data agile-methodologies seo sparql mysql postgresql sql-server neo4j lucene solr tomcat jboss startup lean-startup

Updated on June 25, 2020

Comments

  • Dany
    Dany almost 4 years

    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

  • Dany
    Dany about 12 years
    The solution is to downgrade my iPhone to iOS 5.0?
  • Warren Burton
    Warren Burton about 12 years
    You can't downgrade your iThing. Once you you have gone up you can't go down. Update to Lion
  • Ben Mosher
    Ben Mosher about 12 years
    @MichaelDautermann do you have a reference quoting that 4.2 w/ iOS 5 is the final 10.6 version? Just curious.
  • jowie
    jowie about 12 years
    Unfortunately, my machine doesn't support Lion. I really wish Apple had made this clear. I don't understand why they've done this except to force people to upgrade.
  • aroth
    aroth about 12 years
    This is the correct answer, but it's also a pretty crappy one. Though that's entirely Apple's fault.
  • Jesse Fulton
    Jesse Fulton about 12 years
    There are a few other folders to grab. See devforums.apple.com/message/630144#630144
  • titaniumdecoy
    titaniumdecoy about 12 years
    Sometimes I hate Apple. Like now.
  • Andy Atkinson
    Andy Atkinson about 12 years
    Apple did a poor job of communicating that 5.1 was Lion-only. I would have waited to upgrade my devices when a OS upgrade was more convenient.
  • natbro
    natbro about 12 years
    sadly the 4.3.1 dmg has since disappeared and standalone dmg install is being deprecated in favor of app store install of xcode, not clear you will be able to get the dmg from that in the future. with careful hunting & cursing it's possible to find the 4.3.2 dmg (adcdownload.apple.com/Developer_Tools/xcode_4.3.2/…), but this may be the last dmg available and i don't yet know if the workaround above works with this dmg, waiting for it to d/l.
  • natbro
    natbro about 12 years
    hooray, same instructions work for the 4.3.2 dmg. be sure to also follow the advice to copy the /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhone‌​OS.platform/Develope‌​‌​r/SDKs/iPhoneOS5.1‌​.sdk files from the DMG into your /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/, otherwise debug is fairly broken. You will also want to do a clean build or your breakpoints won't work.
  • REALFREE
    REALFREE about 12 years
    it still doesn't seem to work for me. I re-installed xcode 4.2 from clean and copied those files to the folder. But xcode still doesn't recognize device... and Organizer claims bout permission to save file such that "You don’t have permission to save the file “iOS DeviceSupport” in the folder “Xcode”." Any idea?? I can't do anything... ugh
  • REALFREE
    REALFREE about 12 years
    I guess... device version does not match. In 4.3.1 xcode supports 5.1(9B176) but my device (4s) is under 5.1(9B179)....
  • Tustin2121
    Tustin2121 about 12 years
    It worked! I copied over a lot of other files as well, including the simulator SDKs, and making the latest alias point to 5.1. :)
  • Big Rich
    Big Rich almost 12 years
  • MountainRock
    MountainRock over 11 years
    Works like a charm. Spent almost 2 days to get this sorted .Finally this solution helped.
  • davidav
    davidav over 11 years
    Works like a charm, also for the 4.4.1 update. Thanks!