I have installed Xcode 11 beta 5 and create a sample project
There is no iOS 13 simulators available:
When I go on Add simulator
-> Download more simulator
iOS 13 is not available in list:
What should I do to install an iOS 13 simulator?
I have installed Xcode 11 beta 5 and create a sample project
There is no iOS 13 simulators available:
When I go on Add simulator
-> Download more simulator
iOS 13 is not available in list:
What should I do to install an iOS 13 simulator?
I'm not sure why it is happening, but you can create new simulators and it will work
I was then able to select the iPhone XR as a run target
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.