2013-04-09 93 views
0

我得到下面的錯誤消息,並多XIB彙編,退出代碼6.失敗,我不能利用它多大意義。任何人都知道什麼可能是錯的?的Xcode不能編譯XIBs

我已經清理的項目,但沒有幫助。

的誤差只有歸檔時,還不時只需運行該應用程序發生。編輯:劃痕,我做了構建(和清潔)後,運行不再起作用。

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 

回答

1

說明失敗原因: - 它可能是您打開或損壞首選項的文件。嘗試刪除偏好設置或打開已知的好的nib/xib文件。

而且

刪除在 「導出數據」 文件夾

清理項目的一切。 更多類似問題xcode won't compile iOS apps, crashes when .xib or .storyboard files are opened help you!

也儘量

除去未XCode中從* .xcdatamodeld目錄中顯示的所有* .xcdatamodel目錄。這些目錄出現在* .xcdatamodel在XCode中重命名之後。

+0

謝謝你,我做了一些更多的測試,它甚至發生在上新的項目。我的xcode卸載,然後重新安裝它,但問題仍然存在。 – Wesley 2013-04-09 10:01:24

+0

現在檢查,我修改了答案! – iphonemaclover 2013-04-09 10:07:56

+0

謝謝,最初沒有工作,但在重新啓動後,它做到了。 :) – Wesley 2013-04-09 10:13:28