0

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?

user1752552
  • 45
  • 1
  • 4
  • What if the answers are incorrect? – user1752552 Nov 12 '12 at 19:50
  • How are these answers incorrect ? If *you think* they are, leave a comment, update your question. The other question I was talking about was answered, you commented *"**Nice 1! Thank you** – user1752552"* on an answer. You should accept that one too. – rdurand Nov 13 '12 at 08:42

2 Answers2

1

Set the deployment target as 4.3 in build settings

Shamsudheen TK
  • 30,739
  • 9
  • 69
  • 102
  • Click on your project then go to the summary tab and you should see the Deployment Target drop down to select your target. This is a shortcut for the Build Setting – Shamsudheen TK Nov 09 '12 at 12:57
  • Good thought - in theory, this "should" work, but I am not able to reproduce the behavior I am looking for without the iOS 4.3 iPad simulator. All this does is change the minimum OS that the project is built for. – user1752552 Nov 13 '12 at 16:55
0

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 !

rdurand
  • 7,342
  • 3
  • 39
  • 72