tags:

views:

235

answers:

2

Not immediately seeing where to download legacy versions of the iphone SDKs. I can get the latest 3.1.3 release and 3.2 betas off the Apple developer site, but a lot of example code I'm finding online was written for 2.0-2.2 and it is still relevant code, but I can't build them because I don't have the 2.0-2.2 SDK. Thanks!

+3  A: 

Well what I'm doing is using the 3.1.3 SDK, then setting the target to 2.x or 3.x depending on my needs. I don't have XCode open but look under Project or Build menu items.

You can also set build it using the following instructions: iPhone Development Guide - "Specifying the Buildtime Environment"

Will
Project Settings, then specify the Base SDK.
Brandon Bodnár
Yes- after digging around a bit, I found these settings. Thank you!
jfroom
This didn't help me, I have the latest 3.2 SDK from the apple site, which was the first one I ever installed. It only lets me specify a base SDK going back to 3.0, nothing older. How do I use the older SDKs?
Bogatyr
+1  A: 

I'm having the same problem - I have 3.2 installed and I need 3.0 and I can't find anywhere to download it in the IPhone developer program. I had it installed, before upgrading Xcode.

Thom