9
votes

I have installed Xcode 11 beta 5 and create a sample project

There is no iOS 13 simulators available:

enter image description here

When I go on Add simulator -> Download more simulator

iOS 13 is not available in list:

enter image description here

What should I do to install an iOS 13 simulator?

2
I'm seeing the same issue. Xcode 11 beta doesn't seem to recognize the bundled Simulator SDK for iOS 13. - krik
I have the same problem. Does anyone know a workaround? (The problem is both on MacOS Mojave and the latest MacOS Catalina beta) - Sergey A. Novitsky

2 Answers

10
votes

I'm not sure why it is happening, but you can create new simulators and it will work

  • Click Add Additional Simulators from the menu where you would normally select the simulator (where you select your target)
  • Click the + icon in the bottom left
  • Create a new simulator - I selected iPhone XR and iOS 13

I was then able to select the iPhone XR as a run target

0
votes

Since you already have iOS 12.2 simulator downloaded, go to your project's "General" settings pane -> Under "Deployment Info",

make sure your target simulator version is the same as 12.2.

This is a screenshot of the "Deployment Info" settings pane. Ignore 13.2 in the image and replace it with your version.

I was able to use my downloaded simulators after making this change.