Сocoapods trunk URL couldn't be downloaded
问题 CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/deprecated_podspecs.txt, error: Failed to open TCP connection to cdn.cocoapods.org:443 (No route to host - connect(2) for "cdn.cocoapods.org" port 443) pod repo update tried Does somebody know how to fix this problem? 回答1: 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 回答2