-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
fix duplicate symbols when using with webp via pods #795
Conversation
I tried to repro this, but I get strange compiler errors (like the ones described here #494). It seems those issues were fixed in libwebp, but they never released an update since December 2013, even though they are actively working on the project. Regarding the issue you are addressing, I can't say if they work or not. |
As discussed in #494, it's a bug in current version of libwebp. libwebp does not support ARM64 correctly, therefore disabling ARM64 support will confirm this pull request works. |
I removed the arm64 support and everything compiled fine, without your fix. I'm not sure I follow |
Did you install webp support via CocoaPods? Like |
Yeap. That's exactly what I did.
|
OK, I find the reason. We have |
Any update? |
I will try with the |
fix duplicate symbols when using with webp via pods
When build SDWebImage with webp support, it will fail due to "duplicate symbols".