Hello,<br><br>I'm trying to implement ogg file playback in Xcode for the iPhone. I built the frameworks and added them to the project along with all the headers. Now I'm just getting some linker errors saying:<br>
<br>_ov_open", referenced from: ...myclass.o<br>symbol(s) not found<br><br>This is declared in vorbisfile.h. Does this mean my vorbis.framework isn't found? Any help will be greatly appreciated.<br><br>Thanks,<br>
<br>Jeff<br><br>