
I am not able to update single pod
I am getting error
[!] CocoaPods was not able to update the `cocoapods` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
Try rm -rf ~/.cocoapods/repos and try pod install again.
Seems like a corrupt setup of a git repo.
Going to preemptively close and we can re-open if we find a reproducible case and bug.
Most helpful comment
Try
rm -rf ~/.cocoapods/reposand trypod installagain.Seems like a corrupt setup of a git repo.
Going to preemptively close and we can re-open if we find a reproducible case and bug.