TheEnigmaMachine
TheEnigmaMachine

Reputation: 613

Can I get the iOS 5 SDK on Xcode 3.2.6?

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.

Upvotes: 7

Views: 11390

Answers (2)

progrmr
progrmr

Reputation: 77173

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

Upvotes: 12

Ibazan
Ibazan

Reputation: 66

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)

Upvotes: 3

Related Questions