CocoaPods使用记录

独奏

技术分享|2014-8-15|最后更新: 2023-2-23|
type
status
date
slug
summary
tags
category
icon
password

不更新podspec

CocoaPods在执行pod install和pod update时,会默认先更新一次podspec索引。使用–no-repo-update参数可以禁止其做索引更新操作。如下所示:

解决 CocoaPods 更新慢的问题

由于 CocoaPods 使用的是 github 的源,所以经常造成更新慢的问题,我们可以通过更换源来解决这个问题
下面是网上找的几个可用的源
  • https://git.coding.net/hging/Specs.git 来自 V2EX
  • https://git.oschina.net/6david9/Specs.git 来自 V2EX
大家可以根据每个源的更新频率和速度决定使用哪个
另外切换完源之后在项目里使用 pod install 命令的时候可能依然会从 github 源下载。因此需要在 Podfile 文件里面指定 source,加上如下一句