簡體   English   中英

在ios中安裝OpenWebRTC時出錯

[英]Error installing OpenWebRTC in ios

嗨我是新的ios和我在我試圖安裝“OpenWebRTC”pod文件,如下面的甲酸,當我試圖安裝它們我得到以下錯誤,請幫助我

platform :ios, '9.0'
target 'videoCallApp' do
pod 'OpenWebRTC', '~> 0.1'
pod 'OpenWebRTC-SDK',  :git => 'https://github.com/EricssonResearch/openwebrtc-ios-sdk.git'
end

錯誤:-

Analyzing dependencies
Pre-downloading: `OpenWebRTC-SDK` from `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 from server

我有這個問題,並通過以下建議,從排序它在這里

嘗試運行rm -rf Pods / Podfile.lock,然后重新運行pod install。

一旦我這樣做,它完美地工作。 希望這可以幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM