每当我尝试使用pod install
或pod update
从CocoaPods安装Helpshift时,它都会失败,因为无法访问Cloudfront主机。我坐下?我的Podfile中的所有其他软件包似乎安装得很好。
我的Podfile中指定了pod 'Helpshift', '~>4.8.0'
。这可能是一个问题,因为我注意到the CocoaPods page上没有列出帮助移动的4.8.0版本?我认为这不重要,因为如果我指定我想要版本4.9.1,pod install
也会失败。
以下是我尝试运行pod install
后收到的错误消息:
Installing Helpshift (4.8.0)
[!] Error installing Helpshift
[!] /usr/bin/curl -L -o /Users/mxd/Code/WordPress-iOS/Pods/Helpshift/file.zip "https://d3e51fp79zp4el.cloudfront.net/library/ios/v4.8/helpshift-sdk-ios-v4.8.0.zip" --create-dirs
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (6) Could not resolve host: d3e51fp79zp4el.cloudfront.net
答案 0 :(得分:1)
如果发生这种情况,最好查看https://cocoapods.statuspage.io
答案 1 :(得分:0)
Apparently目前存在Cloudfront中断。