參考資料:
gem update –system
在命令列依次輸入 :
gem sources –remove
gem sources -a
sudo gem install cocoapods
如果本地有ruby環境 直接輸入第三條命令
顯示這樣的:
。。。。。。
installing ri documentation for escape-0.0.4
parsing documentation for cocoapods-0.38.2
installing ri documentation for cocoapods-0.38.2
20 gems installed
2/ 使用
(1)使用cocoapods 在專案中匯入 afnetworking類庫
可以用cocoapods的搜尋功能驗證一下。在終端中輸入:
pod search afnetworking
過幾秒鐘之後,你會在終端中看到關於afnetworking類庫的一些資訊
cocoapods 安裝使用
一 安裝ruby映象檔案 參考 步驟一 替換安裝映象路徑 gem sources add remove 輔助命令列 查詢 gem sources l current sources 請確保只有 ruby.taobao.org 步驟二 安裝映象 gem install rails v 二 安裝coco...
CocoaPods 安裝 使用
1.電腦安裝cocopods cocoapods安裝 sudo gem install cocoapods pod setup 公升級 gem sudo gem update system 更新ruby源 gem sources remove gem sources a gen source l 使...
CocoaPods 安裝 使用
1.開啟 terminal 2.移除現有 ruby 預設源 gem sources remove 3.使用新的源 gem sources a 4.驗證新源是否替換成功 gem sources l 5.安裝 cocoapods sudo gem install cocoapods pod setup ...