Post

Replies

Boosts

Views

Activity

Reply to iOS 14 simulators crashing & rebooting
Ok, trying to remember all the steps: Deleted all existing Xcode versions from the Applications (Xcode 10.3, 11.4, 11.5, 12-beta1) sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService Deleted the entire ~/Library/Developer folder Rebooted macOS Installed Xcode 12-beta1 and started the Fruta Sample to verify that iOS 14 simulators were working (mainly using iPhone 11 Pro simulator) -> success! Installed Xcode 11.5 and started one of my apps to verify iOS 13.5 simulators were working -> success Went to Xcode 11.5 -> Devices and Simulators and deleted a lot of simulators that I don't use, only keeping a few Used Xcode 12-beta1 again, started the Fruta sample with an iOS 14 simulator (iPhone 11 Pro) and it crashed again (+ reboot loop) Ran xcrun simctl diagnose, noticed that it was again complaining about a missing default simulator Looked at device_set.plist (inside ~/Library/Developer/CoreSimulator/Devices) and noticed a lot of simulators that I don't have any more (when running xcrun simctl list they don't show up, everything looks ok there) Edited device_set.plist to only include simulators that xcrun simctl list shows -> success, Xcode 12 simulators seem to be working again! After using Xcode 11.5 again, somehow device_set.plist gets modified again (without me adding & deleting any simulators) and again includes a lot of iOS 12.4 and older iOS 13 simulators. xcrun simctl list does not show those. However, so far, the iOS 14 simulators appear to be working fine.
Jun ’20
Reply to iOS 14 simulators crashing & rebooting
Simulator.app itself did not crash, but rather iOS 14 inside. Even with no iOS app running (only starting Simulator.app with any iOS 14 device) it would end up in a crash & reboot loop. Looking at the diagnose file myself I noticed that there were a bunch of missing simulators. So I uninstalled all Xcode versions (10.3, 11.4, 11.5 and 12.0-beta1), deleted ~/Library/Developer and re-installed Xcode 11.5 and 12.0-beta1. Everything seems to be working fine now!
Jun ’20