cocoapods安裝失敗解決辦法

2021-07-05 23:03:25 字數 1244 閱讀 2237

1.安裝pod的時候報錯如下:

last login: sun oct 18 07:49:45 on console

password:

building native extensions. this could take a while...

error: error installing cocoapods

error: failed to build gem native extension.

/system/library/frameworks/ruby.framework/versions/2.0/usr/bin/ruby -r ./siteconf20151018-1680-1ggny42.rb extconf.rbcreating makefilemake "destdir=" cleanmake "destdir="compiling generator.clinking shared-object json/ext/generator.bundleclang: error: unknown argument: '-multiply_definedsuppress' [-wunused-command-line-argument-hard-error-in-future]clang: note: this will be a hard error (cannot be downgraded to a warning) in the futuremake: *** [generator.bundle] error 1make failed, exit code 2gem files will remain installed in /library/ruby/gems/2.0.0/gems/json-1.8.3 for inspection.results logged to /library/ruby/gems/2.0.0/extensions/universal-darwin-13/2.0.0/json-1.8.3/gem_make.out

2.嘗試各種辦法都沒管用,後面找到乙個辦法說是xcode從5.1起給編譯器規定對於未知引數傳入視為error,我們需要使用archflags將該error降級為warning,因此最後的安裝命令應該如下:

sudo archflags=-wno-error=unused-command-line-argument-hard-error-in-future gem install cocoapods

3.接著就是一連串的successfully,終於搞定!

pip安裝失敗解決

更換pip源到國內映象 這篇部落格講解的非常清楚,此處就不再贅述方法了。但是,經過我的實踐發現,阿里雲的映象比清華的映象較為穩定和快捷。global index url global trusted host mirrors.aliyun.compip default timeout 100 ins...

pip 安裝 scikit learn失敗解決教程

可以首先執行 python m ensurepip 然後執行 python m pip install upgrade pip 即可更新完畢。安裝順序 numpy scipy matplotlib scikit learn numpy安裝命令 僅numpy這樣能安裝成功,其他的安裝使用另外乙個命令 ...

Vs code golang外掛程式安裝失敗解決

使用vscode 安裝golang的外掛程式時總是失敗,沒有 提示讓我們很煩,上網查方法,基本上是讓你建立golang.org目錄什麼的,結果都不行,下面有乙個很簡單的解決方案 go有乙個全球模組 設定一下 再去安裝,就可以了。為 1.在開始處右鍵,選擇windows powershell 2.輸入...