Choose a different simulator in Xcode 6

后端 未结 2 429
鱼传尺愫
鱼传尺愫 2021-01-22 07:17

How to choose a different simulator(other than iOS 8) in Xcode 6?. I have successfully installed the iOS 7 simulator from Xcode->Preference->Downloads

相关标签:
2条回答
  • 2021-01-22 08:00

    Also make sure your deployment target is set to at least <= 7.0 or else you'll only see the iOS 8 simulators

    0 讨论(0)
  • 2021-01-22 08:07

    Once installed iOS 7 simulator, in Xcode 6 go Window > Devices, click on bottom left corner + button and add iOS 7 simulator. Then you can choose it in your Archive Scheme.

    enter image description here

    0 讨论(0)
提交回复
热议问题