There is no option on the left corner of Xcode to select to run on iOS6 or iOS7 simulator. While there should be. The storyboard builds for iOS6.1 and later. How could I run my app on iOS6 simulator?
1
votes
Is this a project you created with Xcode 5?
– ThomasW
Yes. I create it by xocde5
– icemelon
Then vikingosegundo answer is probably what you need to do. By default xcode creates projects with the deployment target set to the latest OS. You'll need to change the value to deploy to earlier OSes.
– ThomasW
4 Answers
3
votes
3
votes
0
votes