-
Notifications
You must be signed in to change notification settings - Fork 247
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
DataStore makes my app crashing at run on IOS #585
Comments
@fafriat Thanks for posting this issue. Could you please clarify:
|
amplify -v flutter --version I changed the Podfile:
I changed in Xcode IOS deployment target to 13.0 |
The problem disappear for me after I added :
after the Amplify.configure() call... So it is certainly related to old/bad format data from Appsync... |
This is a bug report I just filed that includes a couple of bugs I found and the workarounds to each |
Thank you @fafriat for reporting this issue and providing your solution! It looks like you have resolved this issue. I'll close this issue for now. Please feel free reopen or follow up if you have other issues. |
When adding the DataStore plugin, the application is crashing at runtime (in IOS Simulator):
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
Running Xcode build...
Xcode build done. 12,8s
Debug service listening on ws://127.0.0.1:65508/HVt_gCraq6Q=/ws
Syncing files to device iPhone 12 Pro Max...
Lost connection to device.
I changed version (Pod) to 13.0... and did all version related changes..
Running with Xcode , I am getting nw_protocol_get_quic_image_block_invoke dlopen libquic failed
then execution is stopping in thee debugger with
Thread1: EXC_BAD_ACCESS (code=2...)
in code: public static func modelSchema(from name: ModelName) -> ModelSchema? {
concurrencyQueue.sync {
modelSchemaMapping[name]
}
}
any idea ?
The text was updated successfully, but these errors were encountered: