-
Notifications
You must be signed in to change notification settings - Fork 482
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
Duplicate webp symbols #24
Comments
If you add This may be a bug in compile script, I'll test your script (https://github.com/imojiengineering/YYImage/commit/b79dd0297c1925940d7470f2147dae909e73e9e6) and try to fix it. Thank you very much~ |
Cool thanks for the tip! In our project, the |
This Issue is more of an observation than a bug:
Our production project (closed source) has issues linking with WebP when pulled via YYImage. We pull in YYImage+WebP in a subspec of our open source project:
https://github.com/imojiengineering/imoji-ios-sdk/blob/master/ImojiSDK.podspec#L18
I've been able to get this resolved by forking YYImage and recompiling WebP w/o libwebpdecoder here:
https://github.com/imojiengineering/YYImage/commit/b79dd0297c1925940d7470f2147dae909e73e9e6
Note that this only happens for our production project and not any other project. Therefore I'm not sure if there's a project setting we've got misconfigured.
At any rate, the error we were getting suggests that there are duplicate symbols in the WebP build. I'm curious as to why it doesn't fail for other projects.
Message
Symbol dump of YYImage/Vendor/WebP.framework/WebP
Configuration
Xcode 7.3
iOS SDK 9.3
OSX 10.11
The text was updated successfully, but these errors were encountered: