You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: