Xcode 14: Simulator Disappeared After Crash

Testing my app in an iOS 15.5 simulator with Xcode 14 beta, it crashed hard, locking up my entire laptop. After restarting, it seems that the iOS 15.5 simulator runtime disappeared, and I'm now getting the following error:

The com.apple.CoreSimulator.SimRuntime.iOS-15-5 simulator runtime is not available.

runtime profile not found

Download the com.apple.CoreSimulator.SimRuntime.iOS-15-5 simulator runtime from the Components section in Xcode's Preferences.

Unfortunately, Xcode seems to think that I already have the runtime, and no longer gives me the option to download it.

Your Xcode configuration may be damaged, and it may be hard to fix.

Could you reinstall Xcode 14ß, or just wait for the next ß ? It may not be too long.

I've had nothing but issues with Xcode 14 (first beta and now even the second one). I no longer have it installed. After installing and launching it, it renders Xcode 13.4.1 (presumably any 13.x version) unstable (crashes, unexpected behavior at runtime, hot keys no longer working in the simulator).

I've traced it down to something with /Library/Developer that gets messed up. After uninstalling Xcode 14, I delete that folder, then manually launch and instal from Xcode 13.4.1, Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg

Update: the problem persists in Xcode 14 beta 2. As shown below, Xcodes Platform Download, doesn't show iOS 15.5 as an option to download, and it doesn't show it as being installed

Prior to upgrading to beta 2, I deleted both the original Xcode and the first beta, as well all the Xcode config files I could find online including:

  • /Applications/Xcode-beta.app
  • ~/Library/Caches/com.apple.dt.Xcode
  • ~/Library/Developer
  • ~/Library/MobileDevice
  • ~/Library/Preferences/com.apple.dt.Xcode.plist
  • ~/Library/Preferences/com.apple.dt.xcodebuild.plist
  • /Library/Preferences/com.apple.dt.Xcode.plist
  • /System/Library/Receipts/com.apple.pkg.XcodeExtensionSupport.bom
  • /System/Library/Receipts/com.apple.pkg.XcodeExtensionSupport.plist
  • /System/Library/Receipts/com.apple.pkg.XcodeSystemResources.bom
  • /System/Library/Receipts/com.apple.pkg.XcodeSystemResources.plist
  • /private/var/db/receipts/com.apple.pkg.Xcode.bom
Xcode 14: Simulator Disappeared After Crash
 
 
Q