HttpDns iOS : CocoaPods 集成常見問題及解決方案
更新時間:
阿里云 Pod 倉庫指定
需配置阿里云 Pod 私有倉庫,在 Podfile 中添加
source
;
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
pod search 為什么搜索不到指定 SDK ?
執(zhí)行
pod repo add
拉取 Pod 倉庫到本地;
pod repo add AliyunRepo https://github.com/aliyun/aliyun-specs.git
或
手動拉取 Pod 倉庫工程到 CocoaPods 倉庫目錄(默認為
~/.cocoapods/repos
);
git clone https://github.com/aliyun/aliyun-specs.git ~/.cocoapods/repos/
可執(zhí)行
pod repo list
查看本地 Pod 倉庫信息。
pod repo add 或 git clone 失敗 ?
仔細核對錯誤信息,一般為github賬號publicKey配置問題。
【附】Pod 命令使用可參考 官方文檔 。
文檔內(nèi)容是否對您有幫助?