gamozzii
gamozzii

Reputation: 3921

Run iOS4.x simulator from Xcode 4.2 (4C199) downloaded 1st Nov 2011

I've been using Xcode 3.x but today (nov 1st 2011) have downloaded Xcode 4.2 (4C199) for the first time and installed it under a separate directory to Xcode 3.x. (It is installed under DeveloperX4).

When I fire up Xcode 4, the only target simulator versions that I can see to run in are iOS5.0 simulators. When the simulator runs I can use the "Hardware" menu option to change between iPad, iPhone Retina and iPhone devices but the Hardware Version only shows me 5.0 (9A334).

I've got my iOS deployment target set to iOS3.1 in the Build Settings for the target.

How can I run up iOS4.x simulator from this latest version of Xcode 4?

thanks

Upvotes: 2

Views: 3115

Answers (2)

rob mayoff
rob mayoff

Reputation: 385600

Set your deployment target to 4.3 in the Project Settings "Summary" tab:

Xcode deployment target setting

Upvotes: 2

chown
chown

Reputation: 52738

You can download iOS 4.3 simulators from the preferences menu -> downloads tab:

enter image description here

Upvotes: 5

Related Questions