I'm developing iPhone app that should use Google Voice API, so my app should convert voice recorded in m4a to flac. Of course I should use libflac, but all my attempts to compile static library for iOS were failed due to linker errors.
So the question is: where could I find static iOS binaries of libflac or what should I do to compile it?