Could anyone get to put a QCview in Xcode 5 ?
Creating a simple Cocoa App with a QC view in main window reports error although I've aded the Frameworks.
I've linked a .zip of the App here: Link
Report is
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
Thanks for help