user1752552
user1752552

Reputation: 45

Trying to Test an iPad with iOS 4.3 in Xcode 4.5

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

Answers (2)

rdurand
rdurand

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

Shamsudheen TK
Shamsudheen TK

Reputation: 31339

Set the deployment target as 4.3 in build settings

Upvotes: 1

Related Questions