重建项目时 xcode 崩溃
每当我尝试运行已经运行的项目时,我的 xcode 就会崩溃并给出以下错误。
Xcode 遇到内部逻辑错误。选择“继续”以继续在不一致的状态下运行 Xcode。选择“崩溃”以停止 Xcode 并使用崩溃报告器提交错误。选择“崩溃”将导致所有未保存的数据丢失。
我尝试重新打开我的 xcode,重新启动 mac,清除总缓存,最后重新安装我的 sdk 4.3 版本,但我仍然收到错误。有人可以建议我如何摆脱这个错误吗?
谢谢
潘卡伊
My xcode have crashed giving following error whenever I try to run my already running project.
Xcode encountered an internal logic error. Choose "Continue" to continue running Xcode in an inconsistent state. Choose "Crash" to halt Xcode and file a bug with Crash Reporter. Choosing "Crash" will result in the loss of all unsaved data.
I have tried reopening my xcode, restarting mac, clearing total cache and finally reinstalling my sdk 4.3 version but I am still getting the error. Can some one advice me how can I get rid of this error.
Thanks
Pankaj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对我来说,所有标准技巧(缓存刷新、首选项清除)都没有帮助。
最终的帮助是从 XCode 项目包中删除“xcuserdata”。显然那里有一些损坏的用户相关设置。
With me all standard tricks (cache-flush, preferences-purge) didn't help.
What DID help in the end was removing the 'xcuserdata' from the XCode project package. Apparently there were some corrupt user-dependent setting there.
我别无选择,只能回到以前版本的 xcode。现在我正在使用 xcode 3.2,它运行得很好,但我仍然怀念 xcode 4 中提供的新功能
I had no option but to go back to previous version of the xcode. Now I am using xcode 3.2 and it is working great but I still miss the new features that were provided in xcode 4