skip to Main Content

I’ve just installed Xcode 13 – primarily to test some functionality on IOS 15.

However I noticed that IOS 15 is missing from the simulator list.

enter image description here

Guessing i’m missing a way to add an ios 15 simulator – wonder if anyone can offer any advice please?

2

Answers


  1. That window is for downloading simulators (for past SDKs). You already have all the current iOS 15 simulators, listed in the Devices and Simulators window. Just switch to the Simulators pane in that window and have at it. Start by asking to create a simulator for a recent device, such as an iPhone 13; it is an iOS 15 simulator.

    Login or Signup to reply.
  2. I faced an issue that suddenly all my simulators are gone without a reason and if I check Xcode I saw no simulators as the below image

    No Similators found

    If I go into Window > Devices & Simulators, It is empty

    enter image description here

    I figured out the problem, it was that Xcode deleted simulators entries and I have to add them in again from Window > Devices & Simulators from the + button on the bottom left corner

    After that, it is again on the list of simulators

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search