Reputation: 3921
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
Reputation: 385600
Set your deployment target to 4.3 in the Project Settings "Summary" tab:
Upvotes: 2
Reputation: 52738
You can download iOS 4.3 simulators from the preferences menu -> downloads tab:
Upvotes: 5