Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some symbols not found in library after enabling mux #3

Open
drhr opened this issue Jun 20, 2013 · 0 comments
Open

Some symbols not found in library after enabling mux #3

drhr opened this issue Jun 20, 2013 · 0 comments

Comments

@drhr
Copy link

drhr commented Jun 20, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant