Reputation: 7586
I am trying to update an app, but it requires compiling libogg and libvorbis for iOS since the SDK is new and requires a recompilation.
No instructions were included. Does anyone know how to compile these two libraries for iOS?
Thanks!
Upvotes: 2
Views: 1118
Reputation: 3447
Since libogg and libvorbis don't include any iOS specific build tools this is what I would do:
No guarantee this will work but it "should".
Upvotes: 2