-
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
After changing the schema, deserializeException occurs in iOS. #415
Comments
@Arosf Which version of amplify_datastore are you using? |
Thanks @Arosf we are able to reproduce this issue on our side and are looking into it. |
@haverchuck amplify_datastore version is 0.1.0 |
Hi @Arosf the issue you encountered comes from the underlying Amplify iOS Library behavior. I have been in communication with their devs and created an issue on their Amplify iOS repo linked here: aws-amplify/amplify-swift#1083. Once they fix the issue and we update our Amplify iOS Library dependencies, your problem will be resolved. I don't know how long this will take on their side but can provide updates as we investigate/triage it. |
@fjnoyp Thank you to the corresponding! |
The fix for this issue has been released with version |
Describe the bug
I added a name to User as follows, generated code, did an amplify push, and built the iOS app, but an exception occurred.
The android app did not throw any exceptions.
An exception was thrown when the following code was executed.
The error message displayed is as follows.
Stack trace when an exception is thrown.
Platform
Amplify Flutter current supports iOS and Android. This issue is reproducible in (check all that apply):
[] Android
[x] iOS
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: