-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Thanks for putting this example together.
On a glance, this doesn't appear to be an issue with your code specifically, but thought I'd raise this question and see if you had any thoughts. I bet I'm overlooking something simple..
I'm trying to compile a version of the WebP library that includes the metadata writing APIs. I poked around the Configure script and thought it'd be as simple as adding the flag "--enable-libwebpmux". After build.sh completes, I do see the 'mux' header in the final *.framework, but for some reason at compile time XCode is telling me that the symbols _WebPMuxAssemble, _WebPMuxDelete, _WebPMuxSetChunk, _WebPMuxSetImage, _WebPNewInternal are not found.
I removed the framework, wiped derived data, cleaned the project, re-imported the framework, but no dice.
Do you have any suggestions?