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
I fixed it by this solution Add this to your Podfile:
source 'https://cdn.cocoapods.org/'
Afterwards, run the following command to remove it from your managed repo list (in console):
pod repo remove master
Cheers!