安裝cocoapods日志

查詢 ruby版本

$ ruby -v

ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]

刪除/替換ruby源

$ gem sources --remove https://rubygems.org/

$ gem sources -a https://ruby.taobao.org/

//淘寶ruby源棄用,換用 rubychina

$ gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/?

確保只有 gems.ruby-china.com

$ gem sources -l

*** CURRENT SOURCES ***

https://gems.ruby-china.org


查詢ruby源

$ gem sources -l

*** CURRENT SOURCES ***

https://gems.ruby-china.org

安裝cocoa pods

$ sudo gem install cocoapods

Password:

ERROR:? While executing gem ... (Errno::EPERM)

Operation not permitted - /usr/bin/pod

10.12之后安裝cocoa pods

$ sudo gem install -n /usr/local/bin cocoapods?

更新gem

$ sudo gem update --system

$ sudo gem update -n /usr/local/bin

Updating rubygems-update

ERROR:? While executing gem ... (Errno::EPERM)

Operation not permitted - /usr/bin/update_rubygems

安裝brew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

==> This script will install:

/usr/local/bin/brew

/usr/local/share/doc/homebrew

/usr/local/share/man/man1/brew.1

/usr/local/share/zsh/site-functions/_brew

/usr/local/etc/bash_completion.d/brew

/usr/local/Homebrew

==> The following existing directories will be made group writable:

/usr/local/bin

/usr/local/share

/usr/local/share/man

/usr/local/share/man/man8

==> The following existing directories will have their owner set to Geng:

/usr/local/bin

/usr/local/share

/usr/local/share/man

/usr/local/share/man/man8

==> The following existing directories will have their group set to admin:

/usr/local/bin

/usr/local/share

/usr/local/share/man

/usr/local/share/man/man8

==> The following new directories will be created:

/usr/local/Cellar

/usr/local/Homebrew

/usr/local/Frameworks

/usr/local/etc

/usr/local/include

/usr/local/lib

/usr/local/opt

/usr/local/sbin

/usr/local/share/zsh

/usr/local/share/zsh/site-functions

/usr/local/var

Press RETURN to continue or any other key to abort

==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man8

==> /usr/bin/sudo /usr/sbin/chown Geng /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man8

==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man8

==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var

==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var

==> /usr/bin/sudo /bin/chmod u+rwx share/zsh share/zsh/site-functions

==> /usr/bin/sudo /usr/sbin/chown Geng /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var

==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var

==> /usr/bin/sudo /bin/mkdir -p /Users/Geng/Library/Caches/Homebrew

==> /usr/bin/sudo /bin/chmod g+rwx /Users/Geng/Library/Caches/Homebrew

==> /usr/bin/sudo /usr/sbin/chown Geng /Users/Geng/Library/Caches/Homebrew

==> Downloading and installing Homebrew...

remote: Counting objects: 1090, done.

remote: Compressing objects: 100% (976/976), done.

remote: Total 1090 (delta 109), reused 551 (delta 80), pack-reused 0

Receiving objects: 100% (1090/1090), 1.06 MiB | 529.00 KiB/s, done.

Resolving deltas: 100% (109/109), done.

From https://github.com/Homebrew/brew

* [new branch]? ? ? master? ? -> origin/master

HEAD is now at faebc64 Merge pull request #1216 from reitermarkus/fix-language-audit

==> Homebrew has enabled anonymous aggregate user behaviour analytics

Read the analytics documentation (and how to opt-out) here:

https://git.io/brew-analytics

==> Tapping homebrew/core

Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...

remote: Counting objects: 3737, done.

remote: Compressing objects: 100% (3627/3627), done.

remote: Total 3737 (delta 10), reused 362 (delta 1), pack-reused 0

Receiving objects: 100% (3737/3737), 3.00 MiB | 200.00 KiB/s, done.

Resolving deltas: 100% (10/10), done.

Checking connectivity... done.

Tapped 3615 formulae (3,764 files, 9.3M)

Already up-to-date.

==> Installation successful!

==> Next steps

Run `brew help` to get started

Further documentation: https://git.io/brew-docs

用brew(又叫Homebrew,是Mac OSX上的軟件包管理工具)安裝wget(自動下載的自由工具)

$? brew install wget

安裝命令行工具(更新支持xcode8)

sudo xcode-select --install

導(dǎo)入庫

$ pod setup

Setting up CocoaPods master repo

CocoaPods 1.1.0.rc.2 is available.

To update use: `sudo gem install cocoapods --pre`

[!] This is a test version we'd love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.1.0.rc.2

Setup completed

附:如何使用CocoaPods的鏡像索引:

所有項(xiàng)目的Podspec文件都托管在https://github.com/CocoaPods/Specs,第一次執(zhí)行pod setup時,CocoaPods會將這些podspec索引文件更新到本地的~/.cocoapods目錄下,這個索引文件比較大,所以第一次更新時非常慢.友好人士在國內(nèi)的服務(wù)器建立了Cocoapods索引庫的鏡像,所以執(zhí)行索引跟新操作時候會快很多.具體操作方法如下:$ pod repo remove master$ pod repo add master https://gitcafe.com/akuandev/Specs.git$ pod repo update這是使用gitcafe上的鏡像,將以上代碼中的 https://gitcafe.com/akuandev/Specs.git替換成 https://git.oschina.net/akuandev/Specs.git 即可使用oschina上的鏡像抽活。

更為取巧的辦法為:

git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末赴魁,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子卿叽,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,126評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件滋觉,死亡現(xiàn)場離奇詭異到千,居然都是意外死亡昌渤,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,254評論 2 382
  • 文/潘曉璐 我一進(jìn)店門憔四,熙熙樓的掌柜王于貴愁眉苦臉地迎上來膀息,“玉大人般眉,你說我怎么就攤上這事∏敝В” “怎么了甸赃?”我有些...
    開封第一講書人閱讀 152,445評論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長冗酿。 經(jīng)常有香客問我埠对,道長,這世上最難降的妖魔是什么裁替? 我笑而不...
    開封第一講書人閱讀 55,185評論 1 278
  • 正文 為了忘掉前任项玛,我火速辦了婚禮,結(jié)果婚禮上弱判,老公的妹妹穿的比我還像新娘襟沮。我一直安慰自己,他們只是感情好昌腰,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,178評論 5 371
  • 文/花漫 我一把揭開白布开伏。 她就那樣靜靜地躺著,像睡著了一般遭商。 火紅的嫁衣襯著肌膚如雪固灵。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 48,970評論 1 284
  • 那天株婴,我揣著相機(jī)與錄音怎虫,去河邊找鬼。 笑死困介,一個胖子當(dāng)著我的面吹牛大审,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播座哩,決...
    沈念sama閱讀 38,276評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼徒扶,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了根穷?” 一聲冷哼從身側(cè)響起姜骡,我...
    開封第一講書人閱讀 36,927評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎屿良,沒想到半個月后圈澈,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,400評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡尘惧,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,883評論 2 323
  • 正文 我和宋清朗相戀三年康栈,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 37,997評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡啥么,死狀恐怖登舞,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情悬荣,我是刑警寧澤菠秒,帶...
    沈念sama閱讀 33,646評論 4 322
  • 正文 年R本政府宣布,位于F島的核電站氯迂,受9級特大地震影響践叠,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜囚戚,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,213評論 3 307
  • 文/蒙蒙 一酵熙、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧驰坊,春花似錦、人聲如沸哮独。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,204評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽皮璧。三九已至舟扎,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間悴务,已是汗流浹背睹限。 一陣腳步聲響...
    開封第一講書人閱讀 31,423評論 1 260
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留讯檐,地道東北人羡疗。 一個月前我還...
    沈念sama閱讀 45,423評論 2 352
  • 正文 我出身青樓,卻偏偏與公主長得像别洪,于是被迫代替她去往敵國和親叨恨。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,722評論 2 345

推薦閱讀更多精彩內(nèi)容