相关疑难解决方法(0)

iOS 部署目标 'IPHONEOS_DEPLOYMENT_TARGET' 设置为 8.0,在 Flutter 如何更改最小 IOS 部署目标

我在项目中将所有内容更改为 9.0,但在许多 pod 中出现相同的错误。

我尝试做很多不同的事情,但没有任何效果。有谁知道我该如何解决这个问题?

warning: The iOS 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 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
warning: The iOS 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 'GoogleAppMeasurement' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is …
Run Code Online (Sandbox Code Playgroud)

xcode ios flutter

113
推荐指数
5
解决办法
6万
查看次数

标签 统计

flutter ×1

ios ×1

xcode ×1