Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to download iOS 10.3.3 simulator

I wanted to try my app on iPhone 6 with iOS 10.3.3 but I couldn't find iOS 10.3.3 in simulators

enter image description here

any ideas are welcome

like image 760
Shankar Naik Avatar asked Nov 07 '17 14:11

Shankar Naik


1 Answers

Unfortunately you can't download it from this window, as Apple does not release/provides simulator for each version/subversions of iOS.

Here I've simulator list with Xcode 9.3, Component window. It seems apple has not provided simulator for 10.3.3.

enter image description here


You can also add/find a simulator from Xcode Target:

  1. Open simulator list against your Xcode target and Add Additional Simulators...

    enter image description here

  2. Switch to Simulators and click on +

    enter image description here

  3. Select Device Type, iOS Version and Create simulator.

    enter image description here

like image 56
Krunal Avatar answered Oct 23 '22 08:10

Krunal