运行后Xcode 4.3崩溃

时间:2012-03-03 19:48:43

标签: crash osx-lion xcode4.3

美好的一天! 我对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无济于事(

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

enter image description here

6 个答案:

答案 0 :(得分:2)

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

答案 1 :(得分:1)

Xcode是否正在尝试打开特定项目?如果是这样,将其移开(重命名,移动到其他地方)。在它之后,通常打开xcode,它崩溃了吗?如果没有,你的项目可能是那个问题...

答案 2 :(得分:0)

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

答案 3 :(得分:0)

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

答案 4 :(得分:0)

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

您可以通过“显示”=>显示它们“Key Chain Access”应用程序中显示“过期的证书”(不完全是 - 我目前正在使用日语翻译版本)。

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

答案 5 :(得分:0)

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