iOS Build Error [Cocoapods] Running pod install with an outdated master specs repo shows error message

[Cocoapods] Running pod install with an outdated master specs repo shows error message

repo 설치 중 cancel 이 되거나 오류가 발생하면 이후 pod install 을 하게 되면 아래 와 같은 오류가 발생하게 된다.

Image

해결

https://github.com/CocoaPods/CocoaPods/issues/5260

rm -rf ~/.cocoapods/repos/master
pod setup --verbose
pod repo update
pod install

댓글남기기