cocoapods - Error installing OpenWebRTC in ios -


hi new ios , in trying install "openwebrtc" pod files below formate , when trying install them getting below errors please me

platform :ios, '9.0' target 'videocallapp' pod 'openwebrtc', '~> 0.1' pod 'openwebrtc-sdk',  :git => 'https://github.com/ericssonresearch/openwebrtc-ios-sdk.git' end 

error:-

analyzing dependencies pre-downloading: `openwebrtc-sdk` `https://github.com/ericssonresearch/openwebrtc-ios-sdk.git` downloading dependencies installing openwebrtc (0.3.1)  [!] error installing openwebrtc [!] /usr/bin/curl -f -l -o /var/folders/7y/xc2v__vx44n0t1d875wv3zbh0000gn/t/d20160611-17948-zbondp/file.zip http://static.verkstad.net/openwebrtc_0.3.1.zip --create-dirs --netrc    % total    % received % xferd  average speed   time    time     time  current                                  dload  upload   total   spent    left  speed   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (52) empty reply server 

i had issue , sorted using following suggestion here

try running rm -rf pods/ podfile.lock , re-run pod install.

once did worked perfectly. hope helps.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -