Salut à tous,

Quelqu'un a t'il réussi à implementer un Quartz composer view dans Xcode 5 ?

Une simple app cocoa avec un QC view dans le main view renvoie une erreur alors que j'ai importé les classes quartz !

Voici un petit fichier .zip avec l'app : https://www.dropbox.com/s/1f30yn2yvqegdox/Testapp.zip

L'erreur est:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
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
Merci de votre aide