Can I get the iOS 5 SDK on Xcode 3.2.6?

11,375

Solution 1

Yes, Xcode 4.2 with SDK 5 works fine on Snow Leopard. You can download it from the iOS Dev Center. You need to have a paid developer account to see these versions of Xcode. It's right below Xcode 4.2.1 for Lion (as of 2011-12-13):

Xcode 4.2 for Snow Leopard

screen shot of downloads page

Solution 2

If you don't join the iOS Developer Program, the link to download Xcode 4.2 for Snow Leopard will not be available, so NKijak is right. If you create a developer account but don't pay for the Dev Program you can only access the 3.2 version of Xcode in Snow Leopard. I've accessed the Downloads page with both types of account to test this, so either pay and join the Dev Program or get stuck with iOS 4 (or borrow an account just to download Xcode)

Share:
11,375
TheEnigmaMachine
Author by

TheEnigmaMachine

Updated on July 01, 2022

Comments

  • TheEnigmaMachine
    TheEnigmaMachine almost 2 years

    I can't upgrade to Xcode 4 because I am still running Snow Leopard and my computer doesn't have the hardware to support Lion. Is there anyway I can get the iOS 5 SDK still? I checked on Apple's site, but I only see iOS 4.2 for Xcode 3.2.6.

  • NKijak
    NKijak over 12 years
    That build doesn't seem to be there anymore. Any way to get the old versions?
  • Jan
    Jan over 12 years
    Are you really sure? I can just find the 3.x version for Snow Leopard with SDK 4.x. The 4.x version of Xcode is just available for Lion (developer.apple.com/downloads/index.action).
  • progrmr
    progrmr over 12 years
    Yes, it's still there. XCode 4.2 for Snow Leopard is right below 4.2.1 for Lion, make sure you're on the iOS 5 SDK tab, not the beta tab, and scroll down 2/3 of the page.
  • progrmr
    progrmr over 12 years
    @Jan: another answer says that if you haven't joined the developer program you will only see XCode 3.2. Could that be what's happening?
  • progrmr
    progrmr over 12 years
    Good catch! I didn't realize you could access that downloads page without a paid developer account.
  • Jan
    Jan over 12 years
    @progrmr: Yes, now I have seen it. I can confirm, that you need a paid account (as you now highlight in your answer) to get that version. Thanks for your patience.