菜鸟教程小白 发表于 2022-12-13 04:19:15

ios - 无法完全安装 pod 'FBSDKLoginKit' 它就停在那里


                                            <p><p> <img src="/image/j64gD.png" alt="FBlogin pods install unable to complete Please see this image"/> </p>

<p> pods 需要很长时间才能安装。他们只是停在那里。我尝试了 30 分钟,还尝试让它在虚拟项目上工作,但安装仍然不成功。我的 podfile 看起来像这样。</p>

<pre><code> # Uncomment the next line to define a global platform for your project
platform :ios, &#39;9.0&#39;

target &#39;Benefit&#39; do
# Comment the next line if you&#39;re not using Swift and don&#39;t want to use dynamic frameworks
use_frameworks!

# Pods for Benefit

pod &#39;Spring&#39;, :git =&gt; &#39;https://github.com/MengTo/Spring.git&#39;
pod &#39;ImageSlideshow&#39;, &#39;~&gt; 1.4&#39;
pod &#39;MIBadgeButton-Swift&#39;, :git =&gt; &#39;https://github.com/mustafaibrahim989/MIBadgeButton-Swift.git&#39;, :branch =&gt; &#39;master&#39;
pod &#39;Charts&#39;
pod &#39;SideMenu&#39;
pod &#39;JTHamburgerButton&#39;, &#39;~&gt; 1.0&#39;
pod &#39;SwiftyJSON&#39;
pod &#39;Alamofire&#39;
pod &#39;Google/SignIn&#39;
pod &#39;GoogleSignIn&#39;
pod &#39;FBSDKLoginKit&#39;


end
</code></pre>

<p>终端输出</p>

<pre><code>    Analyzing dependencies
Downloading dependencies
Using Alamofire (4.6.0)
Installing Bolts (1.9.0)
Using Charts (3.0.4)
Installing FBSDKCoreKit (4.29.0)
Installing FBSDKLoginKit (4.29.0)

-
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>好吧,我将终端保持原样,一个小时后安装完成,我认为 Pod 的服务器端有问题。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 无法完全安装 pod&#39;FBSDKLoginKit&#39; 它就停在那里,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/50736650/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/50736650/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 无法完全安装 pod &#39;FBSDKLoginKit&#39; 它就停在那里