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

Can not use together with SDWebImageHEIFCoder because of libx265 static library #4

Closed
dreampiggy opened this issue Feb 2, 2019 · 0 comments · Fixed by SDWebImage/SDWebImageHEIFCoder#6
Labels

Comments

@dreampiggy
Copy link
Collaborator

dreampiggy commented Feb 2, 2019

When using this framework, with SDWebImageHEIFCoder at the sametime. Install with CocoaPods. A error was generated.

target has libraries with conflicting names: libx265.a.

This issue is because that both this framework and SDWebImageFLIFCoder, use a vendored static library libx265. CocoaPods is not smart enough to solve this dependency issue (Actually the two libx265.a MD5 Hash is the same).

@dreampiggy dreampiggy changed the title Can not use together with SDWebImageFLIFCoder because of libx265 static library Can not use together with SDWebImageHEIFCoder because of libx265 static library Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant