How can I run the iOS 7.1 Simulator in Xcode 6.0 Beta?

17,335

Solution 1

Finally I found it

Goto Hardware -> Device -> Manage Devices (In Simulator Menu)

or

window -> Devices (In Xcode Menu)

From there you can set the ios version and can add new sim from there.

Solution 2

You can install additional simulators through the downloads interface in xcode preferences.

Xcode preferences

Share:
17,335
Pratik Bhiyani
Author by

Pratik Bhiyani

Updated on July 09, 2022

Comments

  • Pratik Bhiyani
    Pratik Bhiyani almost 2 years

    I have just downloaded the developer Xcode 6 beta. and I couldn't find the settings to set the ios version.

    I want to know, How can I run the iOS 7.1 Simulator in Xcode 6.0 Beta?

  • brandonscript
    brandonscript almost 10 years
    It's actually Window > Devices
  • Nikita P
    Nikita P almost 10 years
    Apple: Why u make it so complicated??
  • Golden Thumb
    Golden Thumb over 9 years
    After downloading iOS 7.1 Simulator, in case anyone fails to find where to select 7.1 simulators, you may have to set your project's Deployment Target to 7.x. In my case the default is 8.1 so I couldn't select 7.1 simulators from the dropdown menu. Now the dropdown menu looks different with items like iPad Retina (7.1) and iPad Retina (8.1) instead of just iPad Retina, which was 8.1.
  • ToddB
    ToddB about 9 years
    I see the list of devices (it's long -- 7.1 is there) but the choices in the simulator drop down (to the right of schema) don't reflect the list in devices. Xcode 6.3.
  • Tom Howard
    Tom Howard almost 9 years
    to Goto Hardware -> Device -> Manage Devices (In Simulator Menu) -> Click the + button at the bottom of the window on the LHS. Click up-down arrows next to iOS version -> Download more simulators... -> iOS 7.1 Simulator
  • oabarca
    oabarca almost 8 years
    The oldest possible simulator you can get in xcode 7.3.1 is iOS 8.1 as of 2016-07-28.