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).