-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
a: error messageError messages from the Flutter frameworkError messages from the Flutter frameworkt: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
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'popeyelau, burtsevyg, masashi-sutou, stevenspiel and yuriboeira11tx
Metadata
Metadata
Assignees
Labels
a: error messageError messages from the Flutter frameworkError messages from the Flutter frameworkt: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.