79528248

Date: 2025-03-22 23:21:27
Score: 0.5
Natty:
Report link

Check if the runtime is still installed
xcrun simctl runtime list

If it is the symlink could be broken to the simulator image. You can recreate the symlink if it's missing.
ln -s /Library/Developer/CoreSimulator/Images ~/Library/Developer/CoreSimulator/Images

Then reboot the system and Xcode sees the runtime again

Reasons:
  • No code block (0.5):
Posted by: Matts