ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.76k stars 479 forks source link

Make WebP Format Work With XCode 11.2.2 Build (cocoapods installation) #144

Closed duyhungtnn closed 3 years ago

duyhungtnn commented 4 years ago

With CocaoPods Project , XCode 11.2.2 Build. If using webp, YYIMAGE_WEBP_ENABLED always equal zero. So App don't play animated web image any more. I just changed webp ~> WebP to make it work again

Lyfei commented 4 years ago

作者不合并是不是用不了?

ElfSundae commented 4 years ago

I forked this repo and replace the WebP.framework with libwebp dependency which SDWebImage using. https://github.com/ElfSundae/YYImage/issues/2