-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.t: 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
Plugins can specify their minimum deployment version, but Xcode outputs a warning if this deployment version is less than the range it supports. Random example from #22123:
warning: The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'Protobuf')
warning: The iOS deployment target is set to 5.0, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'GoogleToolboxForMac')
warning: The iOS deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'nanopb')
warning: The iOS deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'firebase_analytics')
warning: The iOS deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'firebase_remote_config')
warning: The iOS deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'image_picker')
See efforts like flutter/plugins#1483 to keep plugins in the range.
Steps to Reproduce
- Add plugin with podspec
s.ios.deployment_target
< 8.0 - Open Xcode and build workspace.
Metadata
Metadata
Assignees
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.t: 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.