支持的部署目标版本的范围在哪里设置?

时间:2021-05-01 13:09:23

标签: xcode react-native

我看到这样的错误:

/mobile/ios/Pods/Pods.xcodeproj: 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.5.99. (in target 'Flipper' from project 'Pods')

我正在使用 RN 并看到目标 Flipper 将 IPHONEOS_DEPLOYMENT_TARGET 设置为 8.0。

我不明白的是,IPHONEOS_DEPLOYMENT_TARGET 支持的 ranger 在哪里定义?我在 Xcode 中找不到它。

1 个答案:

答案 0 :(得分:0)

您无法更改支持的 Ranger,因为这取决于您使用的 Xcode 版本。

您可以使用 this post 中的解决方案来解决。