Jenn Magder
Jenn Magder
> The second ought to be happening now, but I believe that there may be a hole in the logic of buildXcodeProject which is causing the flag not to be...
> Do you have any advice for debugging the flutter build tools? Check out the wiki, there's sections about this: https://github.com/flutter/flutter/wiki/The-flutter-tool#debugging-the-flutter-command-line-tool-in-vs-code https://github.com/flutter/flutter/wiki/The-flutter-tool#debugging-the-flutter-command-line-tool-in-android-studio > If I could run a `flutter build...
@nathanael-all-win-software please review https://github.com/flutter/flutter/blob/master/docs/contributing/issue_hygiene/README.md#do-not-add-me-too-or-same-or-is-there-an-update-comments-to-issues-or-prs when you get a chance. Thank you!
It would probably take someone sitting down and doing an audit, organizing it, and maybe adding some comments at the top describing what should go where. We could consider reorganizing...
@MarkLevtin are you actually hitting the "Missing signature" App Store error, since your question was about privacy manifests? @namtn can you confirm you have "Embed & Sign" selected, as @vashworth...
It sounds like we would need to codesign the xcframework here: https://github.com/flutter/flutter/blob/b2eda0624a1d4c395c1b1bd1c30a342493968525/packages/flutter_tools/lib/src/commands/build_ios_framework.dart#L141
Unfortunately you'll have to manually codesign the plugin xcframeworks, we haven't added it to the `flutter build ios-frameworks` command yet.
@LouiseHsu is this a job for https://pub.dev/packages/pointer_interceptor? This seems like something that should be moved out of packages and into the engine?
> as the flutter widget itself would still remain interactable. Wouldn't that satisfy the expected behavior here: "Only the Flutter ListView should scroll, not the SwiftUI list" so the rectangle...
Thanks for the workaround! Let's keep this open, sounds like the pointer_interceptor_ios API could be better.