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 have a flutter project and I integrated that flutter project in live appstore iOS app and working fine with Dart 3.1.2 . But now I upgraded my flutter with Dart version 3.4.4 and try to install in my iOS app it crashed on initializing FlutterEngine and showing this error. [VERBOSE-3:dart_vm_initializer.cc(89)] Error while initializing the Dart VM: Wrong full snapshot version, expected '7dbbeeb8ef7b91338640dca3927636de' found 'd20a1be77c3d3c41b2a5accaee1ce549'
I tried all solutions of this page. https://stackoverflow.com/questions/53431517/flutter-app-error-while-initializing-the-dart-vm-wrong-full-snapshot-version-e
But nothing work for me. My iOS Xcode project minimum deployment target is 12.0.
The text was updated successfully, but these errors were encountered:
I have a flutter project and I integrated that flutter project in live appstore iOS app and working fine with Dart 3.1.2 . But now I upgraded my flutter with Dart version 3.4.4 and try to install in my iOS app it crashed on initializing FlutterEngine and showing this error.
[VERBOSE-3:dart_vm_initializer.cc(89)] Error while initializing the Dart VM: Wrong full snapshot version, expected '7dbbeeb8ef7b91338640dca3927636de' found 'd20a1be77c3d3c41b2a5accaee1ce549'
I tried all solutions of this page.
https://stackoverflow.com/questions/53431517/flutter-app-error-while-initializing-the-dart-vm-wrong-full-snapshot-version-e
But nothing work for me. My iOS Xcode project minimum deployment target is 12.0.
The text was updated successfully, but these errors were encountered: