2012-03-03 117 views
2

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

回答

2

我之前看到過這個問題,重新安裝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

1

是Xcode中試圖打開一個特定的項目重新安裝?如果是這樣,將其移開(重命名,移動到其他地方)。之後,像往常一樣打開xcode,它崩潰了嗎?如果沒有,也許你的項目是一個有問題的人...

0

也許this可以幫助你。它爲我工作。

0

一種可能性可能是過時的鑰匙串證書。我聽到我的一個朋友通過這個解決了令人討厭的崩潰問題。

您可以在Key Chain Access應用程序中通過「Display」=>「顯示過期證書」(不確切 - 我現在使用日文翻譯版本)顯示它們。

然後,您可以按照過期日期進行排序。然後,可能會刪除今天之前的所有證書(也標有紅色X圖標)。小心不是刪除未過期的證書。

0

我今天也遇到了這個崩潰。我搜索了它,並試着「不要使用自動佈局」「更新Xcode」「重新安裝Xcode」。他們都沒有工作。我仍然不知道這次事故是如何發生的。但也許你可以試試這種方式:Product-Scheme-Edit Scheme-Debugger-Change「LLDB」into「none」。然後它工作。