Reputation: 4079
i am running with the latest IOS Xcode and itunes versions now. i have released one of my apps one week ago and 4.3 users have a crash a a specific point. there is no option to test my app on the simulator, its gotta run on a real device, any ideas how can i do it?
Upvotes: 1
Views: 187
Reputation: 9157
That link can show you how to downgrade
Otherwise the simulator should be a good place to test unless your game has a "power" attribute, like a game, in that case the simulator (which is essentially the iMac) will perform better and different than a device. Otherwise you can go into the project/target settings and change the build version type to a lower version
Upvotes: 1