Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPHONE_DEPLOYMENT_TARGET is set to 11 but the range of supported deployment target versions is 12.0 to 17.0.99 #131

Open
DiegoGW opened this issue Oct 12, 2023 · 2 comments

Comments

@DiegoGW
Copy link

DiegoGW commented Oct 12, 2023

Replication steps

  1. Get latest version of Wonderous app (This is the log when this issue was created - commit 8ac60d4 (HEAD -> main, origin/main, origin/HEAD)
    Author: Shawn shawn@gskinner.com
    Date: Thu Oct 5 09:13:02 2023 -0600
    Re-ran native_splash generator)

  2. Run Wonderous in Xcode 15.0 (target: iphone 14pro + ios 17.0.3) or simulator

  3. 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
Screenshot 2023-10-12 at 10 24 18

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.
@esDotDev
Copy link
Contributor

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.

@DiegoGW
Copy link
Author

DiegoGW commented Oct 16, 2023

@esDotDev wouldn't be useful to set the IPHONE_DEPLOYMENT_TARGET to 12 considering that Xcode alreade released version 15 as stable version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants