Cocoapods 安装需要很长时间。有什么不对?
Cocoapods installation takes ages. Is there something wrong?
我有一个 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'
只是明显的网络问题。
我有一个 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'
只是明显的网络问题。