hi im having a trouble running flutter desktop on mac os
flutter master version
this is what happens :
build successful but application crashes on launch

Doctor Output

i appreciate your help
@stuartmorgan
so i opened macos folder with xcode and run it and got this


looks like memory leak or something i do not understand totally
This is a regression from https://github.com/flutter/engine/pull/9655; will be fixed by https://github.com/flutter/engine/pull/9697
(Until that lands, a0c47e2216a2b50b70c478001cf5652f31a783af is the last Flutter commit that will work with FDE.)
Thanks a lot @stuartmorgan dude , that was the case
The engine fix has rolled into Flutter, so it's now safe to update to the latest master again.
Most helpful comment
(Until that lands, a0c47e2216a2b50b70c478001cf5652f31a783af is the last Flutter commit that will work with FDE.)