菜鸟教程小白 发表于 2022-12-13 12:55:40

ios - google Plus 和 Google AppInvite 的 Pod 集成在应用程序中


                                            <p><p>我在我的应用程序中使用 GPP 登录使用最新的 GPP pod 作为 pod 'google-plus-ios-sdk',现在我希望在我的应用程序中邀请 Google App。
为此,我添加了第一个 pod 'Google/SignIn',它工作正常。
但是,一旦我添加了 pod 'Google/AppInvite',它就会使用 GPP 框架生成重复文件错误。</p>

<p>有什么办法可以让我在我的应用程序中同时拥有这两个框架,即
'google-plus-ios-sdk' 和 'Google/AppInvite'</p>

<p>谢谢
阿什温。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我已将我的 pod 文件更新为</p>

<p>目标'MyAppTarget'做</p>

<pre><code>#pod &#39;google-plus-ios-sdk&#39;
pod &#39;Google/AppInvite&#39;
pod &#39;Google/SignIn&#39;
</code></pre>

<p>结束</p>

<p>我已经评论了 google-plus-ios-sdk pod 文件,然后检查了 google plus 登录...。我通过在 GIDGoogleUser 对象中获取相同的详细信息(如 id、电子邮件等)登录 GPP。</p>

<p>谢谢</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - google Plus 和 Google AppInvite 的 Pod 集成在应用程序中,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34350225/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34350225/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - google Plus 和 Google AppInvite 的 Pod 集成在应用程序中