eonil
eonil

Reputation: 85985

Is there iPhone simulator on iPhone SDK 3.2?

I'm considering upgrade SDK 3.1.3 to 3.2 because 3.1.3 disappeared on Apple's website. I used 3.2 SDK beta once, and any project launched iPad simulator only. (even iPhone project)

Is there iPhone simulator on SDK 3.2? Or how to test iPhone app on SDK 3.2?

PS. I have to check this before install because this is my main workstation, so I cannot put this into unstable or unusable state.

Upvotes: 2

Views: 1710

Answers (3)

avance
avance

Reputation: 2000

From Apple's documentation: "iPhone OS 3.2 does not support iPhone and iPod touch devices. It runs only on iPad." So you'll have to wait for iOS 4.

Upvotes: 1

drootang
drootang

Reputation: 2503

In the build settings for a project, you can specify the deployment target to be iPhone OS 3.1.3 (or earlier). This will make the iPhone Simulator 3.1.3 (or earlier) available as a simulator (instead of only the iPhone Simulator 3.2, aka the iPad simulator)

Upvotes: 1

gammelgul
gammelgul

Reputation: 3460

You can switch between iPad and iPhone under Hardware -> Device.

Upvotes: 6

Related Questions