我正在尝试将 AWS AppSync 添加到我的 podfile 中,当我尝试使用pod install
命令安装 pod 依赖项时,它会引发以下错误:
[!] CocoaPods could not find compatible versions for pod "AWSCore":
In snapshot (Podfile.lock):
AWSCore (= 2.12.1, ~> 2.12.0)
In Podfile:
AWSAppSync (~> 2.14.2) was resolved to 2.14.2, which depends on
AWSCore (~> 2.10.2)
AWSAuthUI (~> 2.12.0) was resolved to 2.12.1, which depends on
AWSCore (= 2.12.1)
AWSCore (~> 2.12.0)
有谁知道如何解决这一问题?蒂亚!