- pod search 报错 (更新了macOS Catalina
- mac 升级后的pod问题
- macOS升级到10.15报错-bash: /usr/local
- Flutter Mac 系统更新到 macOS Catalina
- pod search 报错 port443 (更新了macOS
- 升级 macOS 10.15 Catalina 系统后,终端运行
- 7.zsh: command not found: flutte
- zsh: command not found: flutter
- macOS 10.15 cocoapods gem安装报错,使用
- Tableau 闪退 DylDyld Error Message
pod search sdwebimage
报错如下:
[!] CDN: trunk Repo update failed - 2 error(s):
CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/a/2/afn/1.0.0/afn.podspec.json, error: Failed to open TCP connection to raw.githubusercontent.com:443 (Connection refused - connect(2) for "raw.githubusercontent.com" port 443)
CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/a/2/afn/1.2.0/afn.podspec.json, error: Failed to open TCP connection to raw.githubusercontent.com:443 (Connection refused - connect(2) for "raw.githubusercontent.com" port 443)
解决:
执行pod repo remove trunk移除trunk源,pod search 就可以了
网友评论