Xcode 12 - Download more simulators runtime is empty

10.9k Views Asked by At

I can't add more simulator OS version in XCode 12, for example iOS 13, the list is empty:enter image description here

enter image description here

how can I add more simulatore with different ios version?

4

There are 4 best solutions below

4
On

I had exact same problem, apple returns empty list of simulators. Here is what I did:

  1. First install xcode-install gem (follow readme):

    $ gem install xcode-install
    
  2. Then check what iOS simulators are available:

    $ xcversion simulators
    
  3. Finally install desired simulator i.e:

    $ xcversion simulators --install='iOS 13.5'
    
3
On

I solved this by going to the apple developer download page https://developer.apple.com/download/ and downloading the XCode 12.2 beta.

I threw my other version of XCode in the trash. I was able to see all the normal iOS simulator runtimes that are missing from your screenshot.

Update: It appears that the issue is resolved in Xcode 12.2 Beta 2.

0
On

I had similar problem. As I remember in older Xcode easy option to add devices. in Xcode 12.X you can just go to Xcode -> Preference -> Component -> Select OS

See below Preferences tool

1
On

You have to install the platform for the phones from settings.

Xcode > settings > platforms > ios version

enter image description here