Xcode 5 not showing Scheme option to run Simulator on iOS 6

前端 未结 11 2344
耶瑟儿~
耶瑟儿~ 2020-12-31 04:59

Xcode 5 is behaving just fine, and I\'m able to build and run apps on my iOS 7 device and in the iOS 7 simulator.

However, I do want to support iOS 6.1, but I don\'t

相关标签:
11条回答
  • 2020-12-31 05:53

    All you have to do is go to Xcode -> Preferences -> Choose the "Downloads" tab and install the iOS 6.0 Simulator.

    Once you're done downloading it, it should show up as an option in your schemes.

    0 讨论(0)
  • 2020-12-31 05:53

    What I did to get mine working was click on the scheme to the left of where the Simulators usually appear in the dropdown, then choose edit scheme.

    A new window will display, make sure that Run is highlighted on the left and then click on the Info tab. Choose the .app file for Executable.

    enter image description here

    enter image description here

    0 讨论(0)
  • 2020-12-31 05:54

    Click to target or project > Build Settings > Achitecture > Supported Plateforms : change to iOS

    0 讨论(0)
  • 2020-12-31 06:00

    Solved restoring an older version of the xcodeproj file.

    0 讨论(0)
  • 2020-12-31 06:01

    Please check whether your "Deployment Target" is higher than the ones available on your simulators.

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