Home > OS >  Xcode 13 - Missing IOS 15 simulator?
Xcode 13 - Missing IOS 15 simulator?

Time:10-12

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?

CodePudding user response:

You're looking in the wrong place. That window is for downloading simulators (for past SDKs). You already have all the iOS 15 simulators, listed in the Devices and Simulators window. Just switch to the Simulators pane in that window and have at it.

  • Related