菜鸟教程小白 发表于 2022-12-13 11:13:56

ios - <ParseFacebookUtilsV4/PFFacebookUtils.h> 文件未找到


                                            <p><p>我正在尝试使用 Parse 集成 facebook 登录。我已经跟踪了 Facebook ios SDK <a href="https://developers.facebook.com/docs/ios/getting-started/" rel="noreferrer noopener nofollow">enter link description here</a> 上的每一步和解析 SDK <a href="https://parse.com/docs/ios/guide#users-facebook-users" rel="noreferrer noopener nofollow">enter link description here</a>设置 Facebook 登录。</p>

<p>我有 2 个问题:</p>

<pre><code>&lt;ParseFacebookUtilsV4/PFFacebookUtils.h&gt; file not found
Failed to import bridging header &#39;-file path-&#39;
</code></pre>

<p>我意识到在'parse-library-1.7.5'折叠中,有2个框架,一个是<em>'ParseFacebookUtils.framework'</em>,另一个是'<em>ParseFacebookUtilsV4.framework'</em>。按照步骤,我只将“<strong>ParseFacebookUtils.framework</strong>”导入到项目导航器中。</p>

<p>bridge header 保存在项目文件下,我已经设置->target->build settings->install object-c compatible header 为YES。</p>

<p>有人帮助解决这两个问题吗?非常感谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我认为您应该像我一样导入这两个框架,我没有问题。有时文档只是不是最新的。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - &lt;ParseFacebookUtilsV4/PFFacebookUtils.h&gt; 文件未找到,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/31414459/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/31414459/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - &lt;ParseFacebookUtilsV4/PFFacebookUtils.h&gt; 文件未找到