Mac CocoaPods 安装
CocoaPods 环境
CocoaPods
是使用Ruby
语言写的,所以需要Ruby
的支持,mac自带Ruby
。
由于操作系统的安全问题,苹果禁止升级系统的Ruby
,其实也没有这个必要,只要是系统版本比较新的,自带的软件版本都会比较新。
如果非要用最新版本的Ruby
,可用通过Homebrew
安装另外一个Ruby
,这样就不会和系统的有冲突了。
CocoaPods is built with Ruby and is installable with the default Ruby available on OS X. We recommend you use the default Ruby.
Using the default Ruby install can require you to use sudo when installing gems. Further installation instructions are in the guides.
修改 gem 镜像
gem source -r https://rubygems.org/ gem source -a http://mirrors.aliyun.com/rubygems/
安装CocoaPods
# Xcode 8 + 9 $ sudo gem install cocoapods //有的版本的系统不需要sudo权限
修改 CocoaPods 镜像
这里我使用清华大学开源软件镜像站,以下是该镜像站的使用说明
$ cd ~/.cocoapods/repos $ pod repo remove master $ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master
最后进入自己的工程,在自己工程的podFile第一行加上:
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
CocoaPods APP
听说 CocoaPods 有个APP,不想折腾了,不知道能不能修改索引,改成国内的镜像,这样就少折腾点
不过这不是正常的路啊!
相关推荐
inspuryhq 2020-06-28
PiDanZheng 2020-05-16
滴水穿石点石成金 2020-04-23
木马屠城 2020-05-09
wangxiaoxue 2020-04-21
itmale 2020-03-04
圆圆的世界CSDN 2020-03-03
喝绿茶的猫 2020-02-26
caspertian 2020-01-01
xiedengmin 2019-11-19
cohciz 2019-11-04
xiaohouye 2019-10-29
ATenhong 2019-09-08
谷底望月 2019-03-25
墨氺 2019-03-26
xuejianbest 2017-08-15
roygbip 2019-07-01
mislyvinky 2019-07-01
傻欣妹陀 2019-07-01