Bryan Oltman
Bryan Oltman
Hmm, this works for me when running from VS Code but not when using `flutter run example/lib/main.dart -d chrome`, although I get a different error. Which version of Flutter are...
I think this is is resolved? Closing, please reopen if I'm incorrect.
This is certainly not what we want to happen. Are you able to share code that reproduces this issue, or to provide more information? There isn't a lot to go...
Working down the stack: ``` ⑆ ./llvm-addr2line -e ~/Downloads/symbols/libflutter.so 0x85e3e8 -i -f -C -s --verbose std::sys::pal::unix::futex::futex_wait::hef01d709ae0798d1 Filename: futex.rs Function start filename: futex.rs Function start line: 20 Line: 62 Column: 21...
@canewsin Just to confirm/debunk a theory: are you using [`package:shorebird_code_push`](https://pub.dev/packages/shorebird_code_push)?
@uc-asa can you share a more complete stack trace? Edit: along with your app id and release version
> Also we are using flutter 3.19.5 version to build. Ah, then this is unfortunately expected – the fix is only present in the 3.22.0 release.
From the logs, the issue seems to be that you're attempting to build with an old version of Flutter: ``` SLVR: fact: vocabhub requires SDK version >=3.3.0 =3.3.0 =3.3.0
> So we cannot apply patch to an app that was built with different version of flutter (old version)? You can, but the patch has to be buildable with that...
I think this has been resolved. Closing.