【发布时间】:2018-05-31 19:58:58
【问题描述】:
我正在尝试编译和构建此处提供的 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 forARCore (~> 1.2.1)``
【问题讨论】:
标签: ios objective-c cocoapods arcore