Deprecate --universal flag in "flutter build ios-framework" #69718
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.
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
lipo
d 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.
The text was updated successfully, but these errors were encountered: