报错内容提示
[!] CDN: cocoapods-cdn Repo update failed - 55 error(s):
CDN: cocoapods-cdn URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/... Response: SSL connect error
解决方法是修改source
platform:ios, '13.0'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
更新repo后再安装/更新
pod repo update --verbose
pod update / pod install