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
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).
The text was updated successfully, but these errors were encountered:
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
When using this framework, with SDWebImageHEIFCoder at the sametime. Install with CocoaPods. A error was generated.
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).The text was updated successfully, but these errors were encountered: