fuzzygoat
fuzzygoat

Reputation: 26223

iPhone SDK backwards Building?

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

Answers (2)

Winder
Winder

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

kennytm
kennytm

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

Related Questions