-
Notifications
You must be signed in to change notification settings - Fork 29.1k
build ios-framework simulator slices for profile/release #73378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy new year!
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-framework
for 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