ruby2.0.0 安装cocoapods 失败处理方法
感觉是bundle的版本太老了,当前通过RVM安装的Bundler的版本是1.1.5
安装XCode4.4有没有问题?没有问题的话在XCode4.4里面将CommandLineTools装好以后,升级一下RVM,然后安装Ruby1.9.3-p194吧。
rvm implode
就可以把rvm连同ruby一起卸载调,然后
curl -L https://get.rvm.io | bash -s stable --ruby
就可以一键将RVM,Ruby2.0.0p247连同Bundler一起装好。
重要!
[b]sudo FLAGS="-F /System/Library/Frameworks" gem install cocoapods -- --with-ldflags="-F/System/Library/Frameworks"[/b]
没有上面这部必然要出错
然后
geminstallcocoapods
相关推荐
PMJ0 2020-10-13
longzhiwen 2020-09-06
yangxingstar 2020-08-31
LUCIEN0 2020-08-17
huangzihao00 2020-08-17
Jan 2020-08-17
AndesStay 2020-06-12
afengxg 2020-06-09
zamesking 2020-06-09
afengxg 2020-06-09
何志文 2020-06-09
teresalxm 2020-06-05
何志文 2020-05-16
何志文 2020-05-11
fsl 2020-05-04
JOO 2020-04-26
倩 2020-04-22
afanti 2020-04-19
始终不够 2020-04-10