Search code examples
iosiphonexcodeios-simulator

How to identify iOS 8 and iOS 9 simulators in iPhoneSimulator?


I have downloaded iOS 8.4 simulator in XCode 7.1. But in my simulator list lot of simulator names shown? How do identify the iOS 9 and iOS 8 simulator ? enter image description here


Solution

  • You can try going to Xcode ~> Window ~> Devices

    And then either:

    • delete or rename (right click on simulator of interest)
    • add a new simulator (click the + button in left-bottom corner). You can choose iOS version, device type, add custom name to it, etc.

    enter image description here