Project compiles but editor show errors
Hi,
I set up a Cocos2d project which works fine in XCode. When I open in in AppCode, the editor shows me some "Can't resolve class XXX" :
Can't resovle class CCLayer
CCLayer is included in cocos2d.h and the my classe does import "cocos2d.h".
The project actually compiles well in AppCode.
What's going on ?
regards
Please sign in to leave a comment.
I've created a bug request, it will be fixed ASAP please follow: http://youtrack.jetbrains.net/issue/OC-2944?projectKey=OC.
thanks a lot !
Acually in your bug is already a workaround: just close an reopen the project :)