build ios-framework simulator slices for profile/release#73378
build ios-framework simulator slices for profile/release#73378jmagman merged 1 commit intoflutter:masterfrom
Conversation
|
This pull request has been changed to a draft. The currently pending flutter-gold status will not be able to resolve until a new commit is pushed or the change is marked ready for review again.For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
fa6ee8f to
932182e
Compare
|
Hi @jmagman! I am trying to build flutter app with the following command: And even after this PR there is no simulator slice in |
|
@Cr1xus I just tried is and I see: etc. What version of Flutter are you on? #73378 is available in |
|
@jmagman I am on latest stable (1.22.6). My bad, it is not on master channel. Thank you for checking. At the moment I did a workaround by copying |
We release stable about once a quarter, stay tuned!
If that works, it's a good workaround. I would have thought you would also have needed to add |
Yep, did that as well. Actually, wrote a script to do that. Copies
Got it, will be waiting. |
Description
Generate an x86 simulator slice for profile and release for add-to-app
flutter build ios-frameworkfor plugins, App.framework, and plugin registrant framework. This matches profile and releaseFlutter.xcframework.This lets users build in profile/release against the simulator in their host app, (even though it uses a Debug version of Flutter).
Related Issues
Fixes #66474
Blocked by #73383 to avoid #47930
Tests
Updated build_ios_framework_module_test