Eric Seidel
Eric Seidel
Let us know if we can be of further help!
One way to make it clearer would be to be able to have dartfmt run up until the first error. Right now dartfmt just doesn't run when there are analysis...
https://github.com/Dart-Code/Dart-Code/issues/3344 seems related too.
I seem to recall that this is a mismatch between app.dill and gen_snapshot in version. `flutter clean` might resolve the problem, but it may also just be our bug here....
@felangel is back, I can sync with him later this week (we're digging out some other issues atm).
We've been working on a different iOS compiler bug this week, which Felix is about to ship a fix for. However I don't think it will help here. The stack...
Yes, I'm working on this issue right now. I hope to have a release out this week with a fix. When I do it will require making a new release...
Our release last Friday contained an (incomplete?) fix. If you're able to try again with 3.29.1 and let us know if it's fixed for you, that would be very helpful,...
Attempting to repro with this just now, building from xcode I get: ``` /bin/sh: /Users/faris/.puro/envs/stable/flutter/packages/flutter_tools/bin/xcode_backend.sh: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code ``` Which...
Probably the only thing we could do here is to watch for output from the build to see if it was using a `flutter` we didn't expect and warn/error. We...