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. In this tutorial I’m going to show you how to get the simulator back to the list of available simulators in Xcode 11. In fact, you’re going to learn how to add many other missing simulators to your list.
Click on the active scheme to reveal the context menu:
Note that the list does not contain the iPhone SE simulator. Click on the “Add Additional Simulators…” button:
In the new window that opens, select the “Simulators” tab and then click on the plus button in the lower left corner of the window:
This opens new sheet which enables you to create new simulator. Click on the “Device Type” menu to reveal a menu full of possible simulators:
Select the iPhone SE simulator (or any other that you’d like to add) and then click on “Create”:
You just added the iPhone SE simulator to the list of available simulators in the scheme menu:
Related tutorials:
- How to add image to Xcode project in SwiftUI
- How to create a single view iOS app in Xcode
- How to use custom fonts in Swift iOS app using SwiftUI