Hi there,
I'm using the template from http://iphonedev.net/2009/07/28/how-to-install-cocos2d-08-project-template/ for my cocos2d projects.
That is Tjweir's template.
I started getting into trouble when using the SimpleAudioEngine, somehow it won't compile.
I keep getting:
".objc_class_name_SimpleAudioEngine", referenced from:
literal-pointer@__OBJC@__cls_refs@SimpleAudioEngine in MenuScene.o
ld: symbol(s) not found
I have even tried searching for a target to include the SimpleAudioEngine from the cocos2d project, but none exist.
How do you guys go about this?
With regards,
Mads