菜鸟教程小白 发表于 2022-12-12 14:40:00

ios - 找不到 `ARCore (~> 1.2.1) 的规范


                                            <p><p>我正在尝试编译和构建此处提供的 ARCore 示例:</p>

<p> <a href="https://github.com/google-ar/arcore-ios-sdk" rel="noreferrer noopener nofollow">https://github.com/google-ar/arcore-ios-sdk</a> </p>

<p>我的 Podfile 如下所示</p>

<pre><code>`=&gt; cat Podfile
target &#39;MyTarget&#39;
platform :ios, &#39;11.0&#39;
pod &#39;ARCore&#39;, &#39;~&gt; 1.2.1&#39;
pod &#39;Firebase/Core&#39;, &#39;~&gt; 4.11&#39;
pod &#39;Firebase/Database&#39;, &#39;~&gt; 4.11&#39;`
</code></pre>

<p>当我运行 pod install 时,出现以下错误:</p>

<p><code>==>pods 安装
分析依赖关系
[!] 无法找到</code>ARCore (~> 1.2.1)``</p> 的规范</p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>运行 <code>pod update</code> 或 <code>pod install --repo-update</code>。</p>

<p>您的 podspec 存储库可能还不包含 1.2.1。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 找不到 `ARCore (~&gt; 1.2.1) 的规范,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/50631908/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/50631908/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 找不到 `ARCore (~&gt; 1.2.1) 的规范