2012-05-31 4 views
0

Lion (10.7.4)을 실행하고 Xcode 4.3.2를 실행 중이며 응용 프로그램을 빌드 할 때 빌드가 충돌합니다. 아래는 보고서입니다. 어떤 제안?Xcode 4.3.2 빌드시 충돌이 발생했습니다.

Application Specific Information: 
    ProductBuildVersion: 4E2002 
    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=0x402919560 {DVTPlugInIdentifierErrorKey=com.apple.dt.dbg.DebuggerLLDB, DVTPlugInExecutablePathErrorKey=/Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/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=0x4014c5d00 \"The bundle \U201cDebuggerLLDB\U201d couldn\U2019t be loaded because it is damaged or missing necessary resources.\"}"; 
} 
Hints: None 

답변

5

이 문제점을 발견했습니다. LLVM 컴파일러에는 버그가 있습니다. 최근의 포럼에 따르면 Apple은이를 알고 있습니다. 그래서 "Edit Project Scheme"로 가서 빌드 순서에 대해 LLVM 대신 GDB를 선택하여 GDB를 통해 앱을 빌드하십시오.

+0

xcode 4.6.3 및 mac osx 10.7.5에서 동일한 문제가 발생했지만 솔루션을 완벽하게 작동 시키려고 노력했습니다. 고맙습니다. – Grsmto

+0

@isaamac 감사합니다! – pregmatch