When running the ‘pod repo remove master’ I was greeted with:
[!] repo master does not exist
I did a ….
pod repo list
cocoapods
- Type: git (master)
- URL: https://github.com/CocoaPods/Specs.git
- Path: /Users/plasma/.cocoapods/repos/cocoapods
trunk
- Type: CDN
- URL: https://cdn.cocoapods.org/
- Path: /Users/plasma/.cocoapods/repos/trunk
Noticed the ‘master’ is actually called ‘cocoapods’ so then I did a..
pod repo remove cocoapods
One that had completed I was able to do update and install without any errors.