robbin
robbin

Reputation: 31

Xcode not showing list of Simulators

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

Answers (3)

Hadiuzzaman
Hadiuzzaman

Reputation: 454

Step 1: Goto Xcode->Settings->Platforms tab and make sure you downloaded the iOS latest version.

enter image description here

Step 2: Open your SwiftUI project and click on the project name & from Info tab set the iOS Deployment target.

enter image description here

Setp 3: Check the simulator list

enter image description here

Upvotes: 0

matt
matt

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.

enter image description here

Upvotes: 0

Sreekuttan
Sreekuttan

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.

enter image description here

Upvotes: 2

Related Questions