I tried compiling on my new cocos2d engine, and got these errors:
Undefined symbols:
"_OBJC_CLASS_$_GameStateBase", referenced from:
objc-class-ref-to-GameStateBase in GameState.o
_OBJC_CLASS_$_GameState in GameState.o
"_OBJC_METACLASS_$_GameStateBase", referenced from:
_OBJC_METACLASS_$_GameState in GameState.o
the errors do not seem to pertain to any specific area in the code, but prevent the game from compiling. I am completely clueless on these types of errors, and a google search yielded nothing.
I realized I was missing an entire class of files: GameStateBase.h/m
Make sure you have all your source files, peeps!