我有一个使用CocoaPods的小项目,需要很长时间才能安装......
pod update --verbose
Update all pods
Preparing
Analyzing dependencies
Updating spec repositories
$ /usr/bin/git rev-parse >/dev/null 2>&1
Updating spec repo `master`
$ /usr/bin/git pull --ff-only
这是Podfile。我做错了吗?
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'AFNetworking', '~> 2.0'
pod 'ARAnalytics', '~> 2.7'
答案 0 :(得分:0)
只是一个明显的网络问题。