-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS crash: Data cannot be nil #176
Comments
This comment has been minimized.
This comment has been minimized.
@Lcccocoa Did you find the root cause or a way to fix it ? |
Having the same issue :/ Will be using the image package until it's fixed. I would also like to help fix it (if required). |
Looking at the source code it seems that |
I can create a pr if this repo is still active. |
crash log:
#49 Thread
NSInternalInconsistencyException
Data cannot be nil
0 CoreFoundation | ___exceptionPreprocess + 224
1 libobjc.A.dylib | objc_exception_throw + 56
2 CoreFoundation | +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation | -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 128
4 Flutter | -[FlutterStandardTypedData initWithData:type:] (FlutterStandardCodec.mm:176)
5 Flutter | +[FlutterStandardTypedData typedDataWithData:type:] (FlutterStandardCodec.mm:171)
6 flutter_image_compress | -[CompressListHandler handleMethodCall:result:] + 700
7 flutter_image_compress | __54-[FlutterImageCompressPlugin handleMethodCall:result:]_block_invoke + 212
The text was updated successfully, but these errors were encountered: