I am trying to integrate Cocos2D 3.0 into my project and the last error I face is: 'ObjectiveChipmunk/ObjectiveChipmunk.h' file not found - CCPhysics+ObjectiveChipmunk.h
Now CCPhysics+ObjectiveChipmunk.h is definitely in my project. I have included the following in my target's header search paths:
$(SRCROOT)/Chipmunk/include
$(SRCROOT)/Chipmunk/objectivec/include
I also included the Chipmunk folder that Cocos2D 3.0 came with, but it seems to be empty for some odd reason. If anyone knows how to figure this out, please let me know!