Reputation: 26223
With the imminent release of iPhone_OS_4 is there a way I can install that version and still build for the current 3.2 release? Or do I need to install OS_4 as a separate install and do all my development on the 3.2 release?
cheers gary.
Upvotes: 0
Views: 48
Reputation: 1984
There is a drop-down menu in the top-left corner of Xcode that lets you choose what version of the SDK to build with and whether to run on a simulator or on a device.
Just select the version you want and it does the rest.
Upvotes: 0
Reputation: 523774
All iPhone SDK includes previous versions of SDKs.
That applies to 4.0 SDK too (which includes 3.0 — 4.0.)
Upvotes: 1