Questions tagged [helpshift]
16 questions
-1
votes
2 answers
Helpshift failing to install from Cocoapods
Whenever I try to install Helpshift from CocoaPods with pod install or pod update it fails because the Cloudfront host can't be reached. Is it down? All the other packages in my Podfile seem to install fine.
I have pod 'Helpshift', '~>4.8.0'…
user1154796