Xcode 4.3 运行后崩溃
Posted
技术标签:
【中文标题】Xcode 4.3 运行后崩溃【英文标题】:Xcode 4.3 crashing after Run 【发布时间】:2012-03-03 19:48:42 【问题描述】:美好的一天! 我对 Xcode 4.3 有奇怪的问题。 当我尝试运行任何应用程序时 - 它崩溃并出现以下异常:
Application Specific Information:
ProductBuildVersion: 4E109
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Couldn't load plug-in 'com.apple.dt.dbg.DebuggerLLDB' while firing fault for extension 'Xcode.DebuggerFoundation.Debugger.LLDB'
UserInfo:
NSUnderlyingError = "Error Domain=DVTPlugInErrorDomain Code=2 \"Loading a plug-in failed.\" UserInfo=0x4017c8300 DVTPlugInIdentifierErrorKey=com.apple.dt.dbg.DebuggerLLDB, DVTPlugInExecutablePathErrorKey=/Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugi n/Contents/MacOS/DebuggerLLDB, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin, NSLocalizedFailureReason=The plug-in \U201ccom.apple.dt.dbg.DebuggerLLDB\U201d at path \U201c/Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin\U201d could not be loaded. The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x400fb5c00 \"The bundle \U201cDebuggerLLDB\U201d couldn\U2019t be loaded because it is damaged or missing necessary resources.\"";
重新安装和降级到 4.2.1 没有帮助:(
有人可以帮忙吗?非常感谢
【问题讨论】:
【参考方案1】:我以前见过这个问题,重新安装 Xcode 解决了这个问题。您是从 Mac App Store 或 developer.apple.com 下载 Xcode 吗?尝试从您不使用的那个重新安装。
【讨论】:
@rapt0r 你是完全重新安装还是只是更新?确保从硬盘中彻底删除 Xcode 并重新安装。 奇怪,但没有帮助((我完全删除(使用 CleanMyMac),而不是从 developer.apple.com 下载 4.3.1 并得到相同的异常......【参考方案2】:Xcode 是否试图打开一个特定的项目?如果是这样,请将其移开(重命名,移至其他地方)。之后,像往常一样打开xcode,它崩溃了吗?如果不是,也许你的项目是有问题的......
【讨论】:
【参考方案3】:卸载 Xcode,重新启动,然后从其他来源(Mac App Store 或 developer.apple.com)重新安装
【讨论】:
【参考方案4】:也许this 可以帮助你。它对我有用。
【讨论】:
【参考方案5】:一种可能性可能是已过时的钥匙串证书。我听说我的一个朋友通过这个解决了令人讨厌的崩溃问题。
您可以通过 Key Chain Access 应用程序中的“显示”=>“显示过期证书”(不准确——我目前使用的是日文翻译版本)来显示它们。
然后,您可以按到期日期排序。然后,今天之前的所有证书(也标有红色 X 图标)可能会被删除。小心不要删除未过期的证书。
【讨论】:
【参考方案6】:我今天也遇到了这个崩溃。我搜索了它并尝试了“不使用自动布局”“更新 Xcode”“重新安装 Xcode”。它们都不起作用。我仍然不知道这次崩溃是怎么发生的。但也许您可以尝试这种方式:产品-方案-编辑方案-调试器-将“LLDB”更改为“无”。然后就可以了。
【讨论】:
以上是关于Xcode 4.3 运行后崩溃的主要内容,如果未能解决你的问题,请参考以下文章
XCode 4.3 无法加载持久存储 UserDictionary.sqlite