【问题标题】:Unable to find a specification for `ARCore (~> 1.2.1)找不到 `ARCore (~> 1.2.1) 的规范
【发布时间】: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


    【解决方案1】:

    运行pod updatepod install --repo-update

    您的 podspec 存储库可能还不包含 1.2.1。

    【讨论】:

      猜你喜欢
      • 2018-07-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-05-11
      相关资源
      最近更新 更多