Xcode 10 simulator runtime is not available: runtime profile not found error

北战南征 提交于 2019-12-04 08:50:28

问题


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
"

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:


Just run

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

to restart the Simulator service.



来源:https://stackoverflow.com/questions/53261256/xcode-10-simulator-runtime-is-not-available-runtime-profile-not-found-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!