image_downloader
image_downloader copied to clipboard
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value iOS
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value image_downloader
case 0x89: // image/png saveImage(data, result: result)
I'm experiencing the same crash when trying to download webp images on iOS, which are currently not supported by this library. Maybe the image you are trying to download is also a webp one
Also experiencing this issue with jpg images. So not webp, is there any solution to this?
I'm getting this error as well with jpg images. Is there a fix planned?