1.在升級到Xcode8之后Cocoapods管理第三方庫的時候萝衩,不報錯,但是卻沒安裝成功没咙,這個時候你就要查看當前的ruby版本猩谊,Xcode8必須要要ruby 2.2.0以上才可以。
2.$ ruby -v 查看當前版本祭刚,我的當時是2.0.0牌捷,明顯小于Cocoapods的最低要求墙牌。
3.首先要更新Ruby , 有三種選擇
1.下載ruby源代碼,編譯暗甥,安裝
2.使用發(fā)行版自帶的安裝包喜滨,安裝
3.使用 rvm安裝
我選擇了 rvm安裝, 那勢必得先安裝 rvm
1.RVM:Ruby Version Manager,Ruby版本管理器,包括Ruby的版本管理和Gem庫管理(gems)
$ curl -L get.rvm.io | bash -s stable
2.加載文件, 測試是否安裝正常(按照提示操作)
$ source ~/.bashrc
$ source ~/.bash_profile
$ source ~/.profile$ rvm -v
3.如果有下面的提示, 請reload rvm
A RVM version 1.27.0 (latest) is installed yet 1.25.23 (stable) is loaded.
Please do one of the following:
'rvm reload'
open a new shell
'echo rvm_auto_reload_flag=1 >> ~/.rvmrc' # for auto reload with msg.
'echo rvm_auto_reload_flag=2 >> ~/.rvmrc' # for silent auto reload.
輸入命令:
$ rvm reload
$ rvm -v
4.查看當前ruby版本 ,獲取rvm 列表
$ ruby -v
$ rvm list known
5.安裝ruby可能出的錯誤 (若未出錯, 請?zhí)^進入第6步)
ERROR: While executing gem ... (Gem::Exception)
Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources
這個時候你就要更改淘寶鏡像源
$ rvm install 2.4.0
6.ruby -v 查看當前鏡像版本號
-
gem sources 如果出現(xiàn)如下結(jié)果
屏幕快照 2017-01-16 下午3.43.35.png
標識更換成功撤防。
8.執(zhí)行 sudo gem install cocoapods --pre 即可
Password:
Fetching: thread_safe-0.3.5.gem (100%)
Successfully installed thread_safe-0.3.5
Fetching: tzinfo-1.2.2.gem (100%)
Successfully installed tzinfo-1.2.2
Fetching: concurrent-ruby-1.0.4.gem (100%)
Successfully installed concurrent-ruby-1.0.4
Fetching: i18n-0.7.0.gem (100%)
Successfully installed i18n-0.7.0
Fetching: json-1.8.6.gem (100%)
Building native extensions. This could take a while...
Successfully installed json-1.8.6
Fetching: activesupport-4.2.7.1.gem (100%)
Successfully installed activesupport-4.2.7.1
Fetching: nap-1.1.0.gem (100%)
Successfully installed nap-1.1.0
Fetching: fuzzy_match-2.0.4.gem (100%)
Successfully installed fuzzy_match-2.0.4
Fetching: cocoapods-core-1.2.0.rc.1.gem (100%)
Successfully installed cocoapods-core-1.2.0.rc.1
Fetching: claide-1.0.1.gem (100%)
Successfully installed claide-1.0.1
Fetching: cocoapods-deintegrate-1.0.1.gem (100%)
Successfully installed cocoapods-deintegrate-1.0.1
Fetching: cocoapods-downloader-1.1.3.gem (100%)
Successfully installed cocoapods-downloader-1.1.3
Fetching: cocoapods-plugins-1.0.0.gem (100%)
Successfully installed cocoapods-plugins-1.0.0
Fetching: cocoapods-search-1.0.0.gem (100%)
Successfully installed cocoapods-search-1.0.0
Fetching: cocoapods-stats-1.0.0.gem (100%)
Successfully installed cocoapods-stats-1.0.0
Fetching: netrc-0.7.8.gem (100%)
Successfully installed netrc-0.7.8
Fetching: cocoapods-trunk-1.1.2.gem (100%)
Successfully installed cocoapods-trunk-1.1.2
Fetching: cocoapods-try-1.1.0.gem (100%)
Successfully installed cocoapods-try-1.1.0
Fetching: molinillo-0.5.5.gem (100%)
Successfully installed molinillo-0.5.5
Fetching: CFPropertyList-2.3.4.gem (100%)
Successfully installed CFPropertyList-2.3.4
Fetching: colored-1.2.gem (100%)
Successfully installed colored-1.2
Fetching: nanaimo-0.2.3.gem (100%)
Successfully installed nanaimo-0.2.3
Fetching: xcodeproj-1.4.2.gem (100%)
Successfully installed xcodeproj-1.4.2
Fetching: escape-0.0.4.gem (100%)
Successfully installed escape-0.0.4
Fetching: fourflusher-2.0.1.gem (100%)
Successfully installed fourflusher-2.0.1
Fetching: gh_inspector-1.0.3.gem (100%)
Successfully installed gh_inspector-1.0.3
Fetching: ruby-macho-0.2.6.gem (100%)
Successfully installed ruby-macho-0.2.6
Fetching: cocoapods-1.2.0.rc.1.gem (100%)
Successfully installed cocoapods-1.2.0.rc.1
Parsing documentation for thread_safe-0.3.5
Installing ri documentation for thread_safe-0.3.5
Parsing documentation for tzinfo-1.2.2
Installing ri documentation for tzinfo-1.2.2
Parsing documentation for concurrent-ruby-1.0.4
Installing ri documentation for concurrent-ruby-1.0.4
Parsing documentation for i18n-0.7.0
Installing ri documentation for i18n-0.7.0
Parsing documentation for json-1.8.6
Installing ri documentation for json-1.8.6
Parsing documentation for activesupport-4.2.7.1
Installing ri documentation for activesupport-4.2.7.1
Parsing documentation for nap-1.1.0
Installing ri documentation for nap-1.1.0
Parsing documentation for fuzzy_match-2.0.4
Installing ri documentation for fuzzy_match-2.0.4
Parsing documentation for cocoapods-core-1.2.0.rc.1
Installing ri documentation for cocoapods-core-1.2.0.rc.1
Parsing documentation for claide-1.0.1
Installing ri documentation for claide-1.0.1
Parsing documentation for cocoapods-deintegrate-1.0.1
Installing ri documentation for cocoapods-deintegrate-1.0.1
Parsing documentation for cocoapods-downloader-1.1.3
Installing ri documentation for cocoapods-downloader-1.1.3
Parsing documentation for cocoapods-plugins-1.0.0
Installing ri documentation for cocoapods-plugins-1.0.0
Parsing documentation for cocoapods-search-1.0.0
Installing ri documentation for cocoapods-search-1.0.0
Parsing documentation for cocoapods-stats-1.0.0
Installing ri documentation for cocoapods-stats-1.0.0
Parsing documentation for netrc-0.7.8
Installing ri documentation for netrc-0.7.8
Parsing documentation for cocoapods-trunk-1.1.2
Installing ri documentation for cocoapods-trunk-1.1.2
Parsing documentation for cocoapods-try-1.1.0
Installing ri documentation for cocoapods-try-1.1.0
Parsing documentation for molinillo-0.5.5
Installing ri documentation for molinillo-0.5.5
Parsing documentation for CFPropertyList-2.3.4
Installing ri documentation for CFPropertyList-2.3.4
Parsing documentation for colored-1.2
Installing ri documentation for colored-1.2
Parsing documentation for nanaimo-0.2.3
Installing ri documentation for nanaimo-0.2.3
Parsing documentation for xcodeproj-1.4.2
Installing ri documentation for xcodeproj-1.4.2
Parsing documentation for escape-0.0.4
Installing ri documentation for escape-0.0.4
Parsing documentation for fourflusher-2.0.1
Installing ri documentation for fourflusher-2.0.1
Parsing documentation for gh_inspector-1.0.3
Installing ri documentation for gh_inspector-1.0.3
Parsing documentation for ruby-macho-0.2.6
Installing ri documentation for ruby-macho-0.2.6
Parsing documentation for cocoapods-1.2.0.rc.1
Installing ri documentation for cocoapods-1.2.0.rc.1
Done installing documentation for thread_safe, tzinfo, concurrent-ruby, i18n, json, activesupport, nap, fuzzy_match, cocoapods-core, claide, cocoapods-deintegrate, cocoapods-downloader, cocoapods-plugins, cocoapods-search, cocoapods-stats, netrc, cocoapods-trunk, cocoapods-try, molinillo, CFPropertyList, colored, nanaimo, xcodeproj, escape, fourflusher, gh_inspector, ruby-macho, cocoapods after 27 seconds
28 gems installed
表示安裝成功
1.更換ruby鏡像
gem sources -l //(用來檢查使用替換鏡像位置成功)查看當前鏡像
gem sources --remove https://ruby.taobao.org/
gem sources -a http://rubygems.org/
2.下載安裝CocoaPods
終端輸入:
sudo gem install cocoapods
pod setup
3.使用CocoaPods
cd到項目總目錄
$ vim Podfile
然后在Podfile文件中輸入以下文字:
platform :ios, '8.0'
target "targetName" do
pod 'AFNetworking'
end
然后按Esc虽风,并且輸入“:”號進入vim命令模式,然后在冒號后邊輸入wq
確定終端cd到項目總目錄寄月,然后輸入 pod install (安裝第三庫)
終端輸入命令:pod search UI (搜索第三庫)