xcode 操作无法完成。(OSStatus 错误 -10827。)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/39241201/
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 09:11:27  来源:igfitidea点击:

The operation couldn’t be completed. (OSStatus error -10827.)

iosswiftxcode

提问by Shahbaz Akram

I reinstall the xcode 7.3.1. But when want to run existing project this error received. How i can resolve it.

我重新安装了 xcode 7.3.1。但是当想要运行现有项目时收到此错误。我该如何解决。

回答by etayluz

Sounds like you need to delete derived data. Go to Window->Project->Select Your Project->Press Delete button (to delete derived data).

听起来您需要删除派生数据。转到窗口->项目->选择您的项目->按删除按钮(删除派生数据)。

Now run simulator and hopefully that error should disappear.

现在运行模拟器,希望该错误应该消失。