开发者社区> 问答> 正文

基于 Pod 集成时常见问题有什么解决方法?



阿里云Pod仓库指定

  • 需配置阿里云Pod私有仓库,在Podfile中添加source
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. source 'https://github.com/aliyun/aliyun-specs.git'


pod search为什么搜索不到指定SDK?

  • 执行pod repo add拉取Pod仓库到本地;
  1. pod repo add AliyunRepo https://github.com/aliyun/aliyun-specs.git

  • 手动拉取Pod仓库工程到CocoaPods仓库目录(默认为~/.cocoapods/repos);
  1. git clone https://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; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; transition: color 0.2s;">pod repo addgit clone失败?

  • 仔细核对错误信息,一般为github账号publicKey配置问题。

【附】Pod命令使用可参考官方文档。

展开
收起
猫饭先生 2017-10-20 15:14:38 1537 0
0 条回答
写回答
取消 提交回答
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
阿里邮箱—安全高效集成 立即下载
集成智能接入网关APP:优化企业级移动办公网络 立即下载
云效助力企业集成安全到DevOps中 立即下载