Xcode 10 simulator runtime is not available: runti

2020-05-22 16:13发布

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?

1条回答
家丑人穷心不美
2楼-- · 2020-05-22 16:45

Just run

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

to restart the Simulator service.

查看更多
登录 后发表回答