iOS的部署目标设置为7.0,但该平台支持的部署目标版本范围为8.0至12.1。(在目标'React'中)

6

我将iOS部署目标版本更改为12,但仍然遇到以下错误

AzureDevops“iOS部署目标设置为7.0,但此平台支持的部署目标版本范围是8.0到12.1。”

❌ 错误:未找到“ios.kapiling”的配置文件:Xcode 找不到与“ios.kapiling”匹配的任何 iOS 应用程序开发配置文件。自动签名已禁用并且无法生成配置文件。要启用自动签名,请向 xcodebuild 传递-allowProvisioningUpdates。(在“community_app”目标中)

❌ 错误:多个命令生成“/Users/vsts/Library/Developer/Xcode/DerivedData/community_app-fhymwcmnzwnuwactrmznowzhpgqo/Build/Intermediates.noindex/ArchiveIntermediates/community_app/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/libReact.a”:

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.1. (in target 'React')
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.1. (in target 'RNGestureHandler')
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.1. (in target 'AirMaps')
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.1. (in target 'RNImageRotate')
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.1. (in target 'GoogleUtilities')
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.1. (in target 'nanopb')
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.1. (in target 'GoogleAppMeasurement')
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.1. (in target 'Protobuf')
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.1. (in target 'ReactNativeFingerprintScanner')

有任何更新或解决方案吗? - Laura
1个回答

0

我能够在本地环境中解决这个问题,更新了我的React库,然后更新了Pods。

yarn upgrade react-native-gesture-handler
...

cd ios/
pod update

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接