I am getting this error when I try to pod repo update and pod install
pod repo update
pod install
CDN: trunk URL couldn\'t be downloaded: https://cdn.cocoa
Step one. Remove trunk & master
pod repo remove trunk pod repo remove master
Step two. Add source in podfile.
source 'https://github.com/CocoaPods/Specs.git' source 'https://cdn.cocoapods.org/'
Step three. Run pod update. Solve my problem.
pod update --verbose