Reputation: 979
I'm using Xcode version 4.0. When I build a iPad app which has the deployment target 3.2, Xcode schema has no iPad 4.0 Simulator. How can I test my iPad app on iOS version 4.0 using the simulator. Is Xcode not having iPad 4.0 Simulator or should I enable it ??
Upvotes: 1
Views: 302
Reputation: 79696
Follow these steps to add a (new) simulator
A new simulator will be added in your Simulator option list.
Look at this snapshot to understand flow of above steps:
And if there is no simulator/OS version in simulator list, you're looking for,
Upvotes: 0