This was done for all other commands via env variables with the FLUTTER_XCODE_ prefix (like FLUTTER_XCODE_CODE_SIGN_STYLE) with #43553 but was missed when creating build ios-framework command.
Example that should work, but doesn't:
$ FLUTTER_XCODE_IPHONEOS_DEPLOYMENT_TARGET="9.0" flutter build ios-framework --output=.`
This was done for all other commands via env variables with the
FLUTTER_XCODE_prefix (likeFLUTTER_XCODE_CODE_SIGN_STYLE) with #43553 but was missed when creatingbuild ios-frameworkcommand.Example that should work, but doesn't: