任何人都可以在 Xcode 5 中放置 QCview 吗?
尽管我已经添加了框架,但在主窗口中创建一个带有 QC 视图的简单 Cocoa 应用程序会报告错误。
我在这里链接了应用程序的 .zip:链接
报告是
CompileXIB Testapp/Base.lproj/MainMenu.xib
cd /Users/Maxime/Desktop/Testapp
setenv XCODE_DEVELOPER_USR_PATH /Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 10.8 --output-format human-readable-text --compile /Users/Maxime/Library/Developer/Xcode/DerivedData/Testapp-hjzpidyolnahdtgvvkqyvmnhxmtw/Build/Products/Debug/Testapp.app/Contents/Resources/Base.lproj/MainMenu.nib /Users/Maxime/Desktop/Testapp/Testapp/Base.lproj/MainMenu.xib
Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255
感谢帮助