Hi,
Today I cleaned up some old unused simulators on my Mac, by running "xcrun simctl delete unavailable" from Terminal. I also installed Xcode11 Beta 4. Now I don't know what caused what, but right now with Beta4, I don't have any iOS13 simulators showing up. When I list the available runtimes, iOS13 isn't part of it:
$ xcrun simctl list runtimes
== Runtimes ==
iOS 9.0 (9.0 - 13A344) - com.apple.CoreSimulator.SimRuntime.iOS-9-0
iOS 10.3 (10.3.1 - 14E8301) - com.apple.CoreSimulator.SimRuntime.iOS-10-3
iOS 11.0 (11.0.1 - 15A8401) - com.apple.CoreSimulator.SimRuntime.iOS-11-0
iOS 12.2 (12.2 - 16E226) - com.apple.CoreSimulator.SimRuntime.iOS-12-2
tvOS 12.2 (12.2 - 16L225) - com.apple.CoreSimulator.SimRuntime.tvOS-12-2
watchOS 5.2 (5.2 - 16T224) - com.apple.CoreSimulator.SimRuntime.watchOS-5-2
When I used Xcode -> Devices & Simulators -> "Download more simulator runtimes", it doesn't show iOS13 in the list.
I've tried reinstalling Xcode11 Beta4. I've tried rebooting the Mac, after which opening Xcode11, it launched the "Installing Additional Components" prompt ... but it's still the same after it completed.
Anyone run into this before? Any thoughts as to what else I can try?