pods 需要很长时间才能安装。他们只是停在那里。我尝试了 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)
-
好吧,我将终端保持原样,一个小时后安装完成,我认为 Pod 的服务器端有问题。
关于ios - 无法完全安装 pod 'FBSDKLoginKit' 它就停在那里,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50736650/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |