问题
Every simulator that I have on Xcode runs on version 8.4 but I want to test on iOS 6 and 7.
I've done what this answer recommends: https://stackoverflow.com/a/8477254/1282637
However, when I go to Xcode -> preferences - downloads, the only non-iOS 8 version available is 7.1:
Is there a way I can download an iOS 6.x.x simulator? Thanks!
回答1:
In Xcode 6
, iOS simulator
for iOS version 6.x
seems to be deprecated
.
Apple deprecates old technologies very aggressively. Formaly saying, you should deprecate support for older version of OSes such as 6.x.
If the Xcode doesn't provide older version of simulator, the only way to do this is to install older version of Xcode.
download older Versions
Currently you can just use Xcode 5.x
.
来源:https://stackoverflow.com/questions/32675142/getting-old-os-versions-on-the-xcode-ios-simulator