EricssonResearch / openwebrtc-ios-sdk

SDK for adding OpenWebRTC to your iOS apps using CocoaPods
BSD 2-Clause "Simplified" License
69 stars 37 forks source link

CocoaPod is uninstallable because static.verkstad.net is down #62

Closed nevyn closed 8 years ago

nevyn commented 8 years ago
➜ NativeDemo (master) pod install
[!] Unable to load a specification for the plugin `/Library/Ruby/Gems/2.0.0/gems/cocoapods-try-release-fix-0.1.2`
Updating local specs repositories

CocoaPods 1.0.0.beta.5 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
Pre-downloading: `OpenWebRTC-SDK` from `https://github.com/EricssonResearch/openwebrtc-ios-sdk.git`, commit `34a382f235c673562fe137f4fea427a17dbb8d97`
Downloading dependencies
Using InAppSettingsKit (2.4.4)
Installing OpenWebRTC (0.3.1)

[!] Error installing OpenWebRTC
[!] /usr/bin/curl -f -L -o /var/folders/5p/8j9npq150c3cnqlq_lbn86p40000gn/T/d20160308-70462-1mbgnrs/file.zip http://static.verkstad.net/OpenWebRTC_0.3.1.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:00:02 --:--:--     0

curl: (7) Failed to connect to static.verkstad.net port 80: Connection refused

Maybe put it on S3 instead?

stefanalund commented 8 years ago

@nevyn we have moved them to a new domain: https://pods.cct.ericsson.net/

Unfortunately it was not possible to update old/published pods. If you update to the latest (0.3.95) you will get it from the new domain.

Sorry for the inconvenience.

nevyn commented 8 years ago

Was fixed by https://github.com/EricssonResearch/openwebrtc-examples/pull/176