Select an appropriate iOS version from simulators list in XCode 6.0.1

前端 未结 2 1839
情歌与酒
情歌与酒 2021-01-22 08:38

I\'ve recently installed XCode 6.0.1 complete version and it came with default iOS 8 simulators. My current project is targeted to iOS 6,

相关标签:
2条回答
  • 2021-01-22 09:19

    CoreSimulator only supports iOS 7.0 and newer.

    Xcode's run destinations will try to disambiguate devices with the same name by using "(OS Version)". If there are two devices with the same name and OS version, it will use the device's UDID (the long string you are seeing) to disambiguate. You can clean up your devices (remove duplicates) using the simctl command line argument (run: xcrun simctl help) or the device manager in Xcode.app.

    0 讨论(0)
  • 2021-01-22 09:29

    Wow... why did you do that? The only simulators supported by Xcode 6 are the ones for iOS 7.0, 7.1 & 8.0.

    Delete your simulators and go to Xcode > Preferences > Downloads and download all the available simulators.

    enter image description here

    Afterwards your simulators list should look like this: enter image description here

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