Reputation: 45
So, I'm trying to test a game of ours on the Xcode simulator. I'm using OSX-Mountain Lion and have Xcode 4.5, but I need to test iOS 4.3 with the iPad simulator. Is this possible?
Upvotes: 0
Views: 346
Reputation: 7410
Make sure your deployement target is set to iOS 4.3, and download the iOS 4.3 Simulator (in Xcode : Settings -> Downloads -> Components -> iOS 4.3 Simulator). When it's done, select "iPad 4.3 Simulator" in your scheme (top left selector on Xcode's main window), and run !
Upvotes: 0