Hi folks,
Right now i am facing this problem trying to use the SimpleAudioEngine, when i build my project i get this error:
Undefined symbols:
".objc_class_name_SimpleAudioEngine", referenced from:
literal-pointer@__OBJC@__cls_refs@SimpleAudioEngine in Button.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
I have been searching in the forum, and i have found similar problems, the fact is, that i have already referenced the required audio frameworks, i mean:
OpenAL, AudioToolbox, AVFoundation.
I am using iPhone OS 2.2 as the base SDK, and cocos2d 0.8.
I also compared my project to the samples/MyFirstGame project and they looks quite similar.
Any help will be appreciated,
Thanks in advance,