35

While trying to run the simulator with iOS 11 in Xcode 10 Version 10.1 (10B61), sometimes this error occurs:

"The com.apple.CoreSimulator.SimRuntime.iOS-11-4 simulator
runtime is not available. runtime profile not found
"

Xcode Simulator runtime is not available error

The 11.4 simulator runtime is an external disk and it's well connected. Maybe that happens when I connect the external disk after opening the Xcode. How can I refresh the list of the available simulator runtime profiles?

ricardopereira
  • 11,118
  • 5
  • 63
  • 81

1 Answers1

123

Just run

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

to restart the Simulator service.

ricardopereira
  • 11,118
  • 5
  • 63
  • 81