Skip to content

Flutter 1.22, FlutterFire, and Xcode 14 complains about IPHONEOS_DEPLOYMENT_TARGET #66103

@domesticmouse

Description

@domesticmouse

I'm in the process of building out a codelab for FlutterFire flutter/codelabs#20

With Xcode 14, I'm seeing a new error:

warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target
    'Firebase' from project 'Pods')

We have set the minimum iOS version to 9.0 in a variety of places, but the generated ./ios/Pods/Pods.xcodeproj/project.pbxproj has a bunch of lines that match IPHONEOS_DEPLOYMENT_TARGET = 8.0;

Any chance of updating the template ios/Podfile that we generate to set iOS 9? The following line is at the top of file, but it is currently commented out.

platform :ios, '9.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: error messageError messages from the Flutter frameworkt: xcode"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions