Home > OS >  Downloaded Xcode 13.4.1 and don't see any simulators
Downloaded Xcode 13.4.1 and don't see any simulators

Time:06-09

I downloaded Xcode version 13.4.1. I went to Xcode -> Preferences -> Components. I don't see any simulators listed.

Simulators

From what I've seen and read this is how you pick the simulator to use. Trying to debug an issue with IPhone 13 and Safari.

How to I get the list of simulators to show up? Do I need to down load them? And if I do how do I do that? I must be missing something. Any help would be appreciated.

CodePudding user response:

To add a new simulator:

Go to "Add Additional Simulators" from Product -> Destination -> Add Additional Simulators.

Additional Simulators menue

Go to the "Simulators" panel, and from the left menu, click on the [ ] icon at the bottom.

"Simulators" panel

create a new simulator by choosing the device and the iOS version that suits your needs

create a new simulator

CodePudding user response:

the function Download simulator runtimes is missed

Download Simulator

  • Related