After I run $sudo gem install cocoapods
and then $pod setup
, there is an error. Please help me to fix it.
[!] Pod::Executable pull
Looks like you have an edited spec that's messing with the git repo. The easiest way to fix this would be to delete the local copy of the specs repo. From terminal:
rm -rf ~/.cocoapods; pod setup
EDIT:
Today (1/30/14) there was an issue with the specs repo that may make you want to fix this. Read more about it on the CocoaPods Blog