Hi everyone!
Yesterday I started to use WunderRadio framework.
I'm compiling in release, for device (I tried debug too) and I'm receiving this error:
Code:
"_main3", referenced from:
-[StreamingAudioFFMPEGConverter startFFPlayThread:] in libCommon.a(StreamingAudioFFMPEGConverter.o)
This error happen when I inserted this:
Code:
musicViewC = [[MusicViewController alloc] init];
How can I fix this?
Thank you.