flutter-wonderous-app
                                
                                 flutter-wonderous-app copied to clipboard
                                
                                    flutter-wonderous-app copied to clipboard
                            
                            
                            
                        IPHONE_DEPLOYMENT_TARGET is set to 11 but the range of supported deployment target versions is 12.0 to 17.0.99
Replication steps
- 
Get latest version of Wonderous app (This is the log when this issue was created - commit 8ac60d46a8bed6c54bcf2df44cccce90a182882f (HEAD -> main, origin/main, origin/HEAD) Author: Shawn [email protected] Date: Thu Oct 5 09:13:02 2023 -0600 Re-ran native_splash generator) 
- 
Run Wonderous in Xcode 15.0 (target: iphone 14pro + ios 17.0.3) or simulator 
- 
Check the build warnings 
IPHONE_DEPLOYMENT_TARGET is set to 11 but the range of supported deployment target versions is 12.0 to 17.0.99
Expected results None warnings should be logged when building
Actual results IPHONE_DEPLOYMENT_TARGET is set to 11 by default once latest version of Wonderous is pulled
Screenshots or Video
Flutter doctor
[✓] Flutter (Channel master, 3.16.0-8.0.pre, on macOS 13.5 22G74 darwin-arm64, locale en-US)
    • Flutter version 3.16.0-8.0.pre on channel master at /Users/diegogawenda/fvm/versions/master
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision e141d0a4de (3 days ago), 2023-10-09 16:41:10 -0400
    • Engine revision 73da593bac
    • Dart version 3.3.0 (build 3.3.0-2.0.dev)
    • DevTools version 2.28.1
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/diegogawenda/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • ANDROID_HOME = /Users/diegogawenda/Library/Android/sdk
    • ANDROID_SDK_ROOT = /Users/diegogawenda/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15A240d
    • CocoaPods version 1.12.1
[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2022.3)
    • 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 17.0.6+0-17.0.6b829.9-10027231)
[✓] VS Code (version 1.80.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.74.0
[✓] Connected device (3 available)
    • Somnio’s iPhone (mobile) • 00008120-001168D83C87C01E • ios            • iOS 17.0.3 21A360
    • macOS (desktop)          • macos                     • darwin-arm64   • macOS 13.5 22G74 darwin-arm64
    • Chrome (web)             • chrome                    • web-javascript • Google Chrome 118.0.5993.70
[✓] Network resources
    • All expected network resources are available.
This seems to be because you have XCode 15 installed which has cut off support for iOS 11. Currently can't reproduce over here as we're still on XCode 14.
@esDotDev wouldn't be useful to set the IPHONE_DEPLOYMENT_TARGET to 12 considering that Xcode alreade released version 15 as stable version?