tags:

views:

342

answers:

1

Now that this is out of beta I would like to upgrade. I currently have Xcode 3.2.2 installed along the w/ iPhone 3.0 SDKs (3.0, 3.1, 3.1.2, 3.1.3, 3.2).

If I install Xcode 3.2.3 and iPhone SDK 4 will I still be able to build against the 3.0 SDKs by simply selecting it from the active SDK list?

Thanks!

+1  A: 

You sure can, to target older iPhone OS's with the new iOS 4 SDK (XCode 3.2.3), Select your XCode project -> Get Info, and then select "iPhone Device 4.0" as the Base SDK, and then select the lowest iPhone OS version from iPhone OS Deployment Target that you need to support (3.0).

Hope this helps!

stitz