2

再会!我对 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 没有帮助:(

有人可以帮忙吗?非常感谢

在此处输入图像描述

4

6 回答 6

2

我以前见过这个问题,重新安装 Xcode 解决了这个问题。您是从 Mac App Store 或 developer.apple.com 下载 Xcode 吗?尝试从您不使用的那个重新安装。

于 2012-03-06T10:32:48.907 回答
1

Xcode 是否试图打开一个特定的项目?如果是这样,请将其移开(重命名,移至其他地方)。之后,像往常一样打开xcode,它崩溃了吗?如果不是,也许您的项目是有问题的项目...

于 2012-03-12T14:11:15.250 回答
0

卸载 Xcode,重新启动,然后从其他来源(Mac App Storedeveloper.apple.com)重新安装

于 2012-03-06T20:35:08.873 回答
0

也许 可以帮助你。它对我有用。

于 2012-03-12T17:19:48.437 回答
0

一种可能性可能是过时的钥匙串证书。我听说我的一个朋友通过这个解决了令人讨厌的崩溃问题。

您可以通过 Key Chain Access 应用程序中的“显示”=>“显示过期证书”(不准确——我现在使用的是日文翻译版本)来显示它们。

然后,您可以按到期日期排序。然后,今天之前的所有证书(也标有红色 X 图标)可能会被删除。小心不要删除未过期的证书。

于 2012-03-13T10:25:10.573 回答
0

我今天也遇到了这个崩溃。我搜索了它并尝试了“不使用自动布局”“更新 Xcode”“重新安装 Xcode”。它们都不起作用。我仍然不知道这次崩溃是怎么发生的。但也许您可以尝试这种方式:产品-方案-编辑方案-调试器-将“LLDB”更改为“无”。然后它工作。

于 2014-02-05T09:53:12.340 回答