After upgrading XCode 5.0 to 5.1
I can't run my app on iOS 7.0 and lower version simulator
, its giving me error Can't start the iPhone Simulator with specified version
even if i run in iOS 7.1 simulator.
How can i run my app in iOS 7.0 and lower version simulator?
Asked
Active
Viewed 124 times
3

nicael
- 18,550
- 13
- 57
- 90

Sumit Mundra
- 3,891
- 16
- 29
-
Have you downloaded the prior versions of of the simulator??? – Popeye Mar 21 '14 at 09:05
-
ya i am doing this..but not working – Sumit Mundra Mar 21 '14 at 09:08
-
Set Deployment target to lower version in project target under General Tab. – Bond Mar 21 '14 at 10:36
-
ya i also do this but its not work – Sumit Mundra Mar 21 '14 at 10:57
-
this post might help you. http://stackoverflow.com/questions/19281739/use-ios-5-simulator-in-xcode-5 – Xiaojun Cheng Mar 26 '14 at 11:08