I removed all the device related installations from my Xcode as I thought I wouldn't need it. Now I have to reinstall some parts of it to develop with react-native.
I could easily install the latest runtime again but the list of devicetypes (xcrun simctl list devicetypes
) returns nothing. Thanks to that I am not able to create a new simulator.
How can I add back selected device types?
Btw the old runtimes with devices can be list with xcrun simctl list devices
although they are not available (runtime profile not found)