Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install iOS 9.1 simulator in Xcode Version 7.1.1 (7B1005)

What is the latest version of simulator that is available?

How can I install iOS 9.1 simulator into my Mac?

The below screenshot shows that iOS 9.0 simulator is the recent one. Xcode Preferences -> Downloads

like image 901
Valamburi M Avatar asked Nov 16 '15 14:11

Valamburi M


2 Answers

  1. Goto Xcode -> Window -> Devices (Shortcut: ⇧⌘2)

Xcode Devices

  1. Click on + (on bottom left corner) and Add Simulator.

enter image description here

  1. Choose Device type & iOS Version as iOS 9.1, and then click Create button.

enter image description here

like image 108
Valamburi M Avatar answered Sep 29 '22 08:09

Valamburi M


Xcode 7.1.1 comes bundled with the iOS 9.1 Simulator SDK and Runtime. You do not need to take any extra steps to install it like you do for the older runtimes.

like image 29
Jeremy Huddleston Sequoia Avatar answered Sep 29 '22 08:09

Jeremy Huddleston Sequoia