-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appc: regressionIt was better in the past than it is nowIt was better in the past than it is nowfound in release: 2.6Found to occur in 2.6Found to occur in 2.6has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versiont: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
The issue is almost identical to #67492 except it could not be fixed with several methods described on #67492.
Steps to Reproduce
- Use the latest master
- Build ipa file and upload the ipa with
xcrun altoollike 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.plistcontainsMinimumOSVersion=9.0ios/Runner/Info.plistdoes not haveMinimumOSVersionios/Runner.xcodeproj/project.pbxprojhasIPHONEOS_DEPLOYMENT_TARGET=12.1
Sammius, rohanchandra, TahaTesser, jp928, sanekyy and 1 more
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appc: regressionIt was better in the past than it is nowIt was better in the past than it is nowfound in release: 2.6Found to occur in 2.6Found to occur in 2.6has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versiont: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight