
吊舱需要很长时间才能安装。他们就在那儿停下来。我尝试了30分钟,也试图使它在虚拟项目上工作,但安装仍然没有成功。我的文件是这样的。
# 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)
- 发布于 2018-06-07 09:19:44
嗯,我保留了终端的原样,一个小时后安装完毕,我认为在吊舱的服务器端出现了问题。
发布于 2018-06-07 09:30:52
检查一下你的互联网连接。加速你的网络连接。
快乐编码:)
https://stackoverflow.com/questions/50736650
复制相似问题