You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when execute flutter build apk or flutter build bundle:
Snapshot not compatible with the current VM configuration: the snapshot requires
'release no-dwarf_stack_traces_mode no-causal_async_stacks lazy_async_stacks
lazy_dispatchers use_bare_instructions no-dedup_instructions no-"asserts"
"use_field_guards" "use_osr" no-code-comments x64-sysv no-null-safety' but the
VM has 'release no-dwarf_stack_traces_mode no-causal_async_stacks
lazy_async_stacks lazy_dispatchers use_bare_instructions no-dedup_instructions
no-"asserts" "use_field_guards" "use_osr" no-code-comments arm64-sysv
no-null-safety'
The text was updated successfully, but these errors were encountered:
This is not really flutter-pi related, but in the readme it says you can't use a Pi as your development machine. If you look at the error message you'll find that the snapshot (= the flutter tool) requires x64-sysv but the dart VM trying to execute the flutter tool uses arm64-sysv.
This is not really flutter-pi related, but in the readme it says you can't use a Pi as your development machine. If you look at the error message you'll find that the snapshot (= the flutter tool) requires x64-sysv but the dart VM trying to execute the flutter tool uses arm64-sysv.
I get this error when execute
flutter build apk
orflutter build bundle
:The text was updated successfully, but these errors were encountered: