I just upgraded Flutter and Xcode and now my successful built are failing when I am uploading it to the App Store connect. The error is:
ERROR ITMS-90208: "Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist."
Before the upgrade, it was working fine. I checked the Minimum OS versions in Xcode and both are set to iOS 13.0 (i.e info.plist, iOS Deployment Target).
Is there a bug in one of the upgraded tool (Flutter or Xcode)?
[✓] Flutter (Channel master, 1.19.0-2.0.pre.173, on Mac OS X 10.15.5 19F96, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.45.1)
[✓] Connected device (2 available)
• No issues found!