Reputation: 31
I had a problem of other side(not simulator), and I tried to solve the problem to do this and that.
And than my Xcode doesn't not show list of Simulators.
I try to do everything to show list but I can't.(delete and reinstall Xcode, delete and reinstall ios 14.3 simulator ...)
Here are images for current my Xcode state and Xcode version is 12.5.1.
I can't work anything because of this.
Please help.
Upvotes: 2
Views: 4446
Reputation: 454
Step 1: Goto Xcode->Settings->Platforms tab and make sure you downloaded the iOS latest version.
Step 2: Open your SwiftUI project and click on the project name & from Info tab set the iOS Deployment target.
Setp 3: Check the simulator list
Upvotes: 0
Reputation: 534885
In this window, click the Plus button at the lower left and make a new simulator. Do that as many times as you wish.
Upvotes: 0
Reputation: 1954
It may be due to your project minimum version being greater than 14.3. Go to TARGETS -> General -> Deployment Info then check the minimum iOS version, if it is greater than 14.3 change to a lower version or 14.3 itself.
Upvotes: 2