iOS12系统下,APP无法正常显示图片
Under iOS12 system, the APP cannot display the picture normally
我的项目,在iOS12系统下,加载图片只显示了一部分enter image description here
enter image description here
我加载的图片格式是Webp,使用的框架是SDWebImage
Xcode提示我的错误信息是'CGImageCreate: invalid image bits/component: 8 bits/pixel 24 alpha info = kCGImageAlphaNoneSkipLast'
由于使用 SDWebImage 产生的错误,此问题已解决。
参考相关修复记录https://github.com/rs/SDWebImage/pull/2348
SDWebImage已升级到4.4.1,解决问题
我的项目,在iOS12系统下,加载图片只显示了一部分enter image description here
enter image description here
我加载的图片格式是Webp,使用的框架是SDWebImage
Xcode提示我的错误信息是'CGImageCreate: invalid image bits/component: 8 bits/pixel 24 alpha info = kCGImageAlphaNoneSkipLast'
由于使用 SDWebImage 产生的错误,此问题已解决。
参考相关修复记录https://github.com/rs/SDWebImage/pull/2348
SDWebImage已升级到4.4.1,解决问题