Jenn Magder

Results 653 comments of Jenn Magder

Filed https://github.com/dart-lang/samples/issues/162

Also filed https://github.com/flutter/samples/issues/1547 for Flutter app versions matching website instructions https://docs.flutter.dev/development/platform-integration/ios/c-interop

@tenhobi please file a new issue describing your feature request, completely filling out the template.

> I don't imagine we'd have any other way to speed this up other than allowing filtering per scheme. That's the easiest thing I can think of, could be a...

It's currently cleaning for each scheme: https://github.com/flutter/flutter/blob/ca7fe334853b7bed74c8fb5b881c1a61a3757375/packages/flutter_tools/lib/src/commands/clean.dart#L84-L86 https://github.com/flutter/flutter/blob/ca7fe334853b7bed74c8fb5b881c1a61a3757375/packages/flutter_tools/lib/src/ios/xcodeproj.dart#L299-L309

> Maybe we can do something similar to Xcode's "Clean build folder" which nukes the build folder for all targets. That's what `flutter clean` does, it deletes the app `build`...

Related to flutter/engine#36874

@SwiftyFlow thank you for the detailed report, you made it easy to track down! The fix has merged at https://github.com/flutter/engine/pull/38230, and you can follow the instructions at https://github.com/flutter/flutter/wiki/Where's-my-Commit%3F#finding-the-framework-commit-that-contains-engine-commit-x to monitor...