0

我收到以下错误消息,并且多个 XIB 编译失败,退出代码为 6。我无法理解它。有谁知道可能出了什么问题?

我已经清理了项目,但这没有帮助。

错误仅在归档时发生,而不是在简单地运行应用程序时发生。编辑:从头开始,在我完成构建(和清理)之后,运行不再有效。

CompileXIB MyProject/en.lproj/MainMenu.xib
    cd /Users/wesley/XCode/MyProject
    setenv XCODE_DEVELOPER_USR_PATH /Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/wesley/Library/Developer/Xcode/DerivedData/MyProject-ciandcogabqifsfgbscfrfgabfet/Build/Intermediates/ArchiveIntermediates/MyProject/InstallationBuildProductsLocation/Applications/MyProject.app/Contents/Resources/en.lproj/MainMenu.nib /Users/wesley/XCode/MyProject/MyProject/en.lproj/MainMenu.xib --sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk

2013-04-09 09:48:22.377 ibtoold[77454:1207] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilder/IDEInterfaceBuilder-3084/ibtool/IBToolErrorForwarder.m:32Details:  Unhandled error: 13Object:   <IBToolErrorForwarder: 0x401036100>Method:   -initThread:   <NSThread: 0x40030a1e0>{name = (null), num = 1}Hints: NoneBacktrace:  0  0x000000010c04c7c3 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in DVTFoundatio  1  0x000000010c04c5f4 _DVTAssertionFailureHandler (in DVTFoundatio  2  0x000000010b571bba (in ibtool  3  0x000000010b569115 (in ibtool  4  0x000000010b563f74 (in ibtool  5  0x00000000000000Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 6
4

1 回答 1

0

断言失败原因:-可能是您正在打开的文件或损坏的首选项。尝试删除首选项或打开已知良好的 nib/xib 文件。

删除“派生数据”文件夹中的所有内容

清理你的项目。更多类似的问题xcode 不会编译 iOS 应用程序,打开 .xib 或 .storyboard 文件时崩溃可以帮助您!

也试试

从 *.xcdatamodeld 目录中删除所有未在 XCode 中显示的 *.xcdatamodel 目录。这些目录出现在 XCode 中 *.xcdatamodel 重命名之后。

于 2013-04-09T09:00:47.247 回答