【问题标题】:Xcode 4.3.2 crash on buildXcode 4.3.2 在构建时崩溃
【发布时间】:2012-05-31 17:12:01
【问题描述】:

我正在运行 Lion (10.7.4) 和 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

【问题讨论】:

    标签: xcode build crash osx-lion quit


    【解决方案1】:

    我发现了问题。 LLVM 编译器有一个错误,根据最近的一个论坛,据说 Apple 知道它。因此,通过 GDB 构建您的应用程序,方法是转到“编辑项目方案”并选择 GDB 而不是 LLVM 作为构建顺序。

    【讨论】:

    • xcode 4.6.3 和 mac osx 10.7.5 出现同样的问题,尝试了一切,但您的解决方案完美运行!谢谢。
    猜你喜欢
    • 1970-01-01
    • 2012-04-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-04-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多