首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法完全安装pod 'FBSDKLoginKit‘--它就停在那里

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

Stack Overflow用户
提问于 2018-06-07 08:38:29
回答 2查看 378关注 0票数 3

吊舱需要很长时间才能安装。他们就在那儿停下来。我尝试了30分钟,也试图使它在虚拟项目上工作,但安装仍然没有成功。我的文件是这样的。

代码语言:javascript
复制
 # Uncomment the next line to define a global platform for your project
 platform :ios, '9.0'

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

  # Pods for Benefit

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


end

终端输出

代码语言:javascript
复制
    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)

 - 
EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-06-07 09:19:44

嗯,我保留了终端的原样,一个小时后安装完毕,我认为在吊舱的服务器端出现了问题。

票数 3
EN

Stack Overflow用户

发布于 2018-06-07 09:30:52

检查一下你的互联网连接。加速你的网络连接。

快乐编码:)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50736650

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档