iosxcodeios-simulatorxcode9.3ios11.3

iOS: xcode 9.3 no simulator found for iOS 11.3 after update


Recently i have updated my Mac OS version to High Sierra(10.13.4).Then I updated the XCODE version to Version 9.3. After successful installation i am trying to run my project on it i found there is no simulator for this version of xcode 10.13.4. Then i tried to download simulator from xcode preferences it only shows simulator list with 11.2 as latest simulator.Also in

Window --> Devices and Simulator

nothing found. Is there any other link from where i can download the simulator for iOS 11.3?

enter image description here

enter image description here


Solution

  • Yes, you are right, ios 11.3 simulator is not listed in component list but it is by default available with Xcode 9.3. And there is no other reference to download it manually.

    Remove all reference of previous Xcode and install Xcode 9.3 source. From Xcode - target device list, it will automatically launch simulator with iOS 11.3.

    enter image description here

    enter image description here

    enter image description here