1. 优量汇无法获取
- 在podfile最上面指定github源,移除其他源 : source 'https://github.com/CocoaPods/Specs.git'
- 清理缓存 pod cache clean GDTMobSDK
- pod update GDTMobSDK --verbose
- 重新 pod install --repo-update
使用github源,可能需要让终端挂上代理,届时请检查gitconfig中是否有使用代理服务器。
2. dependency were found, but they required a higher minimum deployment target.
项目版本太低,分别在podfile和工程设置中提升项目版本。