I want to update my App, but I can't validate it on XCode 13. There is always the error "Invalid Bundle. The bundle Runner.app/Frameworks/Flutter.framework does not support the minimum OS Version specified in the Info.plist."
I changed everything to MinimumOSVersion: iOS 13.0, but I just can't find the error.
flutter doctor -v
[✓] Flutter (Channel master, 2.6.0-6.0.pre.172, on macOS 11.4 20F71 darwin-x64, locale en-AT) • Flutter version 2.6.0-6.0.pre.172 at /Users/mdigruber/flutter • Upstream repository git@github.com:flutter/flutter.git • Framework revision a921c1cf3d (5 hours ago), 2021-09-22 20:11:19 +0530 • Engine revision b0f3c0f7e4 • Dart version 2.15.0 (build 2.15.0-127.0.dev)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/mdigruber/Library/Android/sdk • Platform android-30, build-tools 29.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264) • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.0) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.10.1
[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)
[✓] VS Code (version 1.60.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.26.0
[✓] Connected device (1 available) • Chrome (web) • chrome • web-javascript • Google Chrome 93.0.4577.82
• No issues found!
MY SOLUTION
1.- flutter channel stable
2.- flutter upgrade
3.- flutter clean
4.- change IOS DEPLOYMENT TARGET 9.0
5.- change DEPLOYMENT INFO 9.0
6.- BUILD -> ARCHIVE -> AND VALIDATE :)