iOS SDK使用Pod管理依赖常见问题及解决方案汇总
阿里云Pod仓库指定
- 需配置阿里云Pod私有仓库,在Podfile中添加source;
- [backcolor=transparent]source [backcolor=transparent]'https://github.com/CocoaPods/Specs.git'
- [backcolor=transparent]source [backcolor=transparent]'https://github.com/aliyun/aliyun-specs.git'
pod search为什么搜索不到指定SDK?
- 执行pod repo add拉取Pod仓库到本地;
- [backcolor=transparent]pod repo add [backcolor=transparent]AliyunRepo[backcolor=transparent] https[backcolor=transparent]:[backcolor=transparent]//github.com/aliyun/aliyun-specs.git
或
- 手动拉取Pod仓库工程到CocoaPods仓库目录(默认为~/.cocoapods/repos);
- [backcolor=transparent]git clone https[backcolor=transparent]:[backcolor=transparent]//github.com/aliyun/aliyun-specs.git ~/.cocoapods/repos/
- 可执行pod repo list查看本地Pod仓库信息。
<a name="pod repo add或git clone失败?" class="reference-link" style="box-sizing: border-box; color: rgb(0, 193, 224); background: 0px 0px; transition: color 0.2s; font-weight: inherit;">pod repo add或git clone失败?
- 仔细核对错误信息,一般为github账号publicKey配置问题。
【附】Pod命令使用可参考官方文档。
收起
猫饭先生
2017-10-24 10:03:17
2133
0
0
条回答
写回答
取消
提交回答