【发布时间】:2020-09-25 11:25:12
【问题描述】:
看起来 Cocoapods 和 XCode12 引发了很多难以管理的问题。在 XCode12 中,它提示我执行项目设置更新以将所有 pod 的部署目标更新到 iOS 12,我做到了。但在更新设置后,我立即在 nanopb-umbrella.h 中收到这些错误:
还有 pod 警告如:
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.
我认为将每个 pod 的部署目标更新到 iOS 12.0 的项目设置升级会修复它,但会导致构建错误。 Pod 更新也无济于事。 pod 也不会在删除 DerivedData 的同时解构和重新安装。
【问题讨论】:
标签: ios xcode xcode12 google-data-api