Xcode10 模拟器运行时不可用:找不到运行时配置文件错误

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

在 Xcode10 版本 10.1 (10B61) 中使用 iOS 11 尝试 运行 模拟器时,有时会出现此错误:

"com.apple.CoreSimulator.SimRuntime.iOS-11-4 模拟器
运行时间不可用。 运行未找到时间配置文件
"

11.4 模拟器运行time 是一个外置磁盘并且连接良好。也许当我打开 Xcode 后连接外部磁盘时会发生这种情况。如何刷新可用模拟器列表 运行时间配置文件?

刚刚运行

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

重启模拟器服务。