Error decoding animated webp iOS
问题 I've been struggling for two days to display an animated webp image in a UIImageView with no success whatsoever. Mainly the problem is in the decoding step of the file which gives this error: VP8_STATUS_UNSUPPORTED_FEATURE . I tried https://github.com/seanooi/iOS-WebP https://github.com/mattt/WebPImageSerialization These projects provide code for creating UIImage with webp files and they work fine with images with no animation but they both fail with the same error as above when attempting to