DVTCoreSimulatorAdditionsErrorDomain Xcode 10GM

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/52324696/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:45:53  来源:igfitidea点击:

DVTCoreSimulatorAdditionsErrorDomain Xcode 10GM

xcodexcode10

提问by guoliang liu

When I update Xcode to Version 10 GM, build success, but Simulator can't work! with error:

当我将 Xcode 更新到 Version 10 GM 时,构建成功,但 Simulator 无法运行!有错误:

The operation couldn't be completed. (DVTCoreSimulatorAdditionsErrorDomain error 0.)

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

enter image description here

在此处输入图片说明

回答by ganjar

run xcrun simctl erase allin Terminal. It should solve the issue. i think its a bug from Apple.

xcrun simctl erase all在终端中运行。它应该可以解决问题。我认为这是来自 Apple 的错误。

回答by Dani

I had the same issue. Not 1 simulator worked and the UIStoryboardwas not rendering any graphics. The solution was to restart my mac. Not just Xcodebut your Mac (laptop, mac mini, whatever you might be using)

我遇到过同样的问题。不是 1 个模拟器工作,UIStoryboard也没有渲染任何图形。解决方案是重新启动我的 mac。不仅是Xcode您的 Mac(笔记本电脑、Mac mini,无论您使用什么)