无法安装荚“FBSDKLoginKit”完全它只是停在那里

问题描述 投票:2回答:2

豆荚一直无法进行安装。他们只是停在那里。我试了30分钟,并且还试图使它虚设项目工作,但仍然是安装没有成功。我podfile看起来是这样的。

 # 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

端子输出

    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)

 - 
ios cocoapods facebook-login
2个回答
2
投票

嗯,我不停的终端,因为它是一个小时后,用安装完成,我认为是在荚服务器端的问题。


0
投票

只是检查你的互联网连接。和加快您的网络连接。

编码愉快:)

© www.soinside.com 2019 - 2024. All rights reserved.