[ogg-dev] using "ov_open" in XCode

Conrad Parker conrad at metadecks.org
Mon May 4 01:36:39 PDT 2009


2009/5/4 Jeffrey Anderson <jeffmo77 at gmail.com>:
> Hello,
>
> 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:
>
> _ov_open", referenced from: ...myclass.o
> symbol(s) not found
>
> This is declared in vorbisfile.h.  Does this mean my vorbis.framework isn't
> found?  Any help will be greatly appreciated.

I don't know the XCode frameworks, but I expect it means the
vorbisfile.framework isn't found.

They are separate libraries, libvorbis is a dependency of libvorbisfile.

Conrad.


More information about the ogg-dev mailing list