无法找到 `ARCore (~> 1.2.1) 的规范
Unable to find a specification for `ARCore (~> 1.2.1)
我正在尝试编译和构建此处提供的 ARCore 示例:
https://github.com/google-ar/arcore-ios-sdk
我的 Podfile 如下所示
`=> cat Podfile
target 'MyTarget'
platform :ios, '11.0'
pod 'ARCore', '~> 1.2.1'
pod 'Firebase/Core', '~> 4.11'
pod 'Firebase/Database', '~> 4.11'`
当我 运行 pod install 时,出现以下错误:
==> pod install
Analyzing dependencies
[!] Unable to find a specification for
ARCore (~> 1.2.1)``
运行 pod update
或 pod install --repo-update
.
您的 podspec 存储库可能还不包含 1.2.1。
我正在尝试编译和构建此处提供的 ARCore 示例:
https://github.com/google-ar/arcore-ios-sdk
我的 Podfile 如下所示
`=> cat Podfile
target 'MyTarget'
platform :ios, '11.0'
pod 'ARCore', '~> 1.2.1'
pod 'Firebase/Core', '~> 4.11'
pod 'Firebase/Database', '~> 4.11'`
当我 运行 pod install 时,出现以下错误:
==> pod install
Analyzing dependencies
[!] Unable to find a specification for
ARCore (~> 1.2.1)``
运行 pod update
或 pod install --repo-update
.
您的 podspec 存储库可能还不包含 1.2.1。