-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 when using "--mandatory" with NativeScript-Vue #54
Comments
Can you try with |
ON_NEXT_RESUME does fix the issue. Is this a limitation on iOS? |
Not really. That stacktrace made me wonder if it's a timing issue for showing the alert that's associated with the IMMEDIATE flow. And if this is an AppStore distributed app then you should not prompt the user to kill their app anyway. |
This is for an Enterprise customer unfortunately and we need a way to ensure patches/bug fixes gets rolled out immediately. Happy to help debug further if needed, and thank you for the awesome work on this plugin! |
Not sure what to do without diving into this (no time unfortunately).. maybe wrap that entire |
The app crashes on an appsync update when using NativeScript Vue. I've created a repo based on the vue template app for reproducing this: https://github.com/vpulim/appsync-crash
I ran the following commands:
The stack trace is here:
The only change I made to the sample vue app is:
The text was updated successfully, but these errors were encountered: