Skip to content

ERROR ITMS-90208: "Invalid Bundle. The bundle Runner.app/Frameworks/Flutter.framework does not support the minimum OS Version specified in the Info.plist." #90209

@espresso3389

Description

@espresso3389

The issue is almost identical to #67492 except it could not be fixed with several methods described on #67492.

Steps to Reproduce

  1. Use the latest master
  2. Build ipa file and upload the ipa with xcrun altool like the following command line:
flutter build ipa --export-options-plist=ios/ExportOptions.plist --build-name $APP_VER --build-number $APP_BUILD
xcrun altool --upload-app -f "./build/ios/ipa/onboard.ipa" --apiKey "***" --apiIssuer "***"

Logs

Sorry, I didn't get the actual flutter doctor -v result but after checking the good and bad builds, 269f2d8 is OK but cd1892f is bad. Some build between them causes the issue...

Status Flutter Commit Flutter Version
Good 269f2d8 2.6.0-6.0.pre.95
Bad cd1892f 2.6.0-6.0.pre.114
[✓] Xcode - develop for iOS and macOS (Xcode 12.5.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.10.1
  • ios/Flutter/AppFrameworkInfo.plist contains MinimumOSVersion=9.0
  • ios/Runner/Info.plist does not have MinimumOSVersion
  • ios/Runner.xcodeproj/project.pbxproj has IPHONEOS_DEPLOYMENT_TARGET=12.1

Metadata

Metadata

Assignees

Labels

P0Critical issues such as a build break or regressiona: buildBuilding flutter applications with the toola: releaseChallenges faced when attempting to productionize an appc: regressionIt was better in the past than it is nowfound in release: 2.6Found to occur in 2.6has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versiont: xcode"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flight

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions