Xcode returns the following error with an iPhone8 simulator running iOS 14+:
[Runner] findWriterForTypeAndAlternateType:119 unsupported file format 'org.webmproject.webp'
Any chance this is a known issue and there is an easy fix? I've had no problems on Android.
EDIT:
After running some tests on a real iPhone, it turns out the above code works on iOS when I remove keepExif: true. keepExif: true does however work on Android.
Using v0.7.0, the following code produces an error:
Xcode returns the following error with an iPhone8 simulator running iOS 14+:
[Runner] findWriterForTypeAndAlternateType:119 unsupported file format 'org.webmproject.webp'
Any chance this is a known issue and there is an easy fix? I've had no problems on Android.
EDIT:
After running some tests on a real iPhone, it turns out the above code works on iOS when I remove
keepExif: true
.keepExif: true
does however work on Android.