Unable to add an iOS 14 simulator on Xcode 14.3

My Xcode version is 14.3(14E222b), MacOS is 13.6.4 with M1 Pro chip, according to Xcode support page, the Xcode supports iOS simulator from 13.7 to 16.4.

However, there's no avaliable iOS version below iOS 16.4 can be selected, even it was installed.

The command line tolls is Xcode14.1, I've also tried to change to 14.3 and 15.2, but didn't work.

Replies

WHich target have you set for your app ?

  • iOS deployment target is set to iOS 13, app target minimum deployment set to iOS 14.

Add a Comment