Xcode 4.3运行后崩溃

问题描述:

美好的一天! 我有Xcode 4.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

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

+0

没有帮助:( – rapt0r 2012-03-11 17:24:32

+1

@ rapt0r你做一个完全重新安装或只是更新?请确保您完全从硬盘中删除Xcode和重新安装。 – 2012-03-11 21:47:26

+0

奇怪,但并没有帮助((我完全删除(使用CleanMyMac ),比从developer.apple.com下载4.3.1并得到相同的例外... – rapt0r 2012-03-11 23:56:41

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

+0

我更新到Xcode 4.3.1,但同样的问题:( – rapt0r 2012-03-11 17:24:18

是Xcode中试图打开一个特定的项目重新安装?如果是这样,将其移开(重命名,移动到其他地方)。之后,像往常一样打开xcode,它崩溃了吗?如果没有,也许你的项目是一个有问题的人...

也许this可以帮助你。它为我工作。

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

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

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

我今天也遇到了这个崩溃。我搜索了它,并试着“不要使用自动布局”“更新Xcode”“重新安装Xcode”。他们都没有工作。我仍然不知道这次事故是如何发生的。但也许你可以试试这种方式:Product-Scheme-Edit Scheme-Debugger-Change“LLDB”into“none”。然后它工作。