Xcode 14β3 removed all of the simulators from Xcode 13 build destinations

After installing the latest beta (to try out the new Layout protocol), my Xcode 13 project has ceased displaying simulators in the build destinations. things I have tried:

  1. Opening the Platforms Preference pane in Xcode 14 (recommended by a dev on Twitter
  2. Deleting the Library/Developer folder and Xcode 14, then re-downloading the 15.4 simulator

I've spent two days on this now, and I would like to get back to programming. Does anyone have any wisdom to share?

Many thanks,

Andy

Try to change the deployment target to a lower version (as 15.0 instead of 16).

I've run into the same issue -- completely deleting all versions of Xcode, plus the Library/Developer folder, and still no simulators -- the 15.5 simulators don't even show up as an option.

Xcode 14β3 removed all of the simulators from Xcode 13 build destinations
 
 
Q