Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No iOS 13 simulator in Xcode 11 beta 5

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?

like image 864
Kevin ABRIOUX Avatar asked Aug 07 '19 06:08

Kevin ABRIOUX


People also ask

What happened to the iPhone SE simulator in Xcode?

You might have noticed that after upgrading to Xcode 11 with iOS 13 SDKs, Xcode’s list of iOS Simulators to run your app on does not include the iPhone SE simulator any more. The iPhone SE simulator comes very handy because we still need to support this device hence the need to test on it.

How do I download and install Xcode simulators?

Open up your Xcode and go to Xcode > Preferences… through the top menu bar (you can also use shortcuts: Command + , ): 2. Select Components: 3. Click on the download icon that stands on the left side of the simulator you want to download and install:

What version of iOS do I need for iOS simulators?

Each simulator comes with a particular OS version such as iOS 14.1, iOS 15.0, iOS 15.2, tvOS 14.0, watchOS 7.0, etc. You can easily install the one you need via Xcode. This article shows you how to do so in Xcode 12.x, Xcode 13.x, and newer. 1.

How do I install the latest version of Xcode?

You can easily install the one you need via Xcode. This article shows you how to do so in Xcode 12.x, Xcode 13.x, and newer. 1. Open up your Xcode and go to Xcode > Preferences… through the top menu bar (you can also use shortcuts: Command + , ):


1 Answers

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

like image 161
Dominic Williams Avatar answered Oct 17 '22 11:10

Dominic Williams