8000 Deprecate --universal flag in "flutter build ios-framework" · Issue #69718 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Deprecate --universal flag in "flutter build ios-framework" #69718

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

Closed
jmagman opened this issue Nov 3, 2020 · 1 comment · Fixed by #69720
Closed

Deprecate --universal flag in "flutter build ios-framework" #69718

jmagman opened this issue Nov 3, 2020 · 1 comment · Fixed by #69720
Assignees
Labels
a: existing-apps Integration with existing apps via the add-to-app flow platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@jmagman
Copy link
Member
jmagman commented Nov 3, 2020

With ARM Apple Silicon simulators (and Catalyst, though Flutter doesn't directly support it), distributing universal binaries is no longer possible since the arm64 iphonesimulator and arm64 iphoneos binaries can't be lipod together. Always produce xcframeworks, which is the preferred method of binary distribution.

flutter build ios-framework should default to producing xcframeworks instead of universal binaries.

xcframework was introduced in Xcode 11 which is also Flutter's minimum supported version.

Samples updated at flutter/samples#582.

@jmagman jmagman added platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. a: existing-apps Integration with existing apps via the add-to-app flow labels Nov 3, 2020
@jmagman jmagman self-assigned this Nov 3, 2020
@jmagman jmagman changed the title Make xcframework the default for "flutter build ios-framework" Deprecate --universal flag in "flutter build ios-framework" Nov 3, 2020
@github-actions
76F7
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: existing-apps Integration with existing apps via the add-to-app flow platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0