pratik
pratik

Reputation: 4479

iPhone SDK 3.2 beta and iPhone SDK 3.1.2

Currently I am using iPhone SDK 3.1.2 for developing iPhone apps.

Apple has recently released iPhone SDK 3.2 beta and I want to try my hands with it.

But my problem is that I want to use both versions of SDKs, 3.1.2 since I am currently developing apps and uploading on app store, 3.2 beta to start trying the new version (but Apple will not accept apps on App Store, if developed using 3.2 beta)

Please guide me.

Regards, Pratik

Upvotes: 2

Views: 1319

Answers (1)

coneybeare
coneybeare

Reputation: 33101

You can still build your old app under 3.1.2 while 3.2 beta is installed. To do it, simply hold down the option key while clicking the top left dropdown menu in XCode. This will list all of your installed SDK's and you simply choose 3.1.2

Upvotes: 4

Related Questions