Xcode10:操作无法完成。(DVTCoreSimulatorAdditionsErrorDomain错误0。)

Mit*_*ani 6 xcode ios swift4.1 xcode10

我试过了:

  • 重新启动模拟器和Xcode
  • 删除Xcode并重新安装
  • 运行xcrun simctl清除所有此命令

我已经尝试但无法解决此问题

在此处输入图片说明

Pau*_*ien 0

确保 xcrun 与您在 UI 中运行的 Xcode 安装相同:

去检查:

xcode-select --print-path
Run Code Online (Sandbox Code Playgroud)

改变:

sudo xcode-select -s {the-path-to}/Xcode.app/Contents/Developer
Run Code Online (Sandbox Code Playgroud)