Home cocopods troubleshooting
Post
Cancel

cocopods troubleshooting

Couldn’t determine repo type for URL: https://github.com/CocoaPods/Specs.git: Failed to open TCP connection to github.com:443 (Operation timed out - user specified timeout)

1
pod repo add Sepcs https://github.com/CocoaPods/Specs.git

fatal: unable to access ‘https://github.com/CocoaLumberjack/CocoaLumberjack.git/’: LibreSSL SSL_read: error:02FFF03C:system library:func(4095):Operation timed out, errno 60

1
export https_proxy=socks5://127.0.0.1:7890
1
2
It seems like you've changed the version of the dependency `TXLiteAVSDK_Professional` and it differs from the version stored in `Pods/Local Podspecs`.
You should run `pod update TXLiteAVSDK_Professional --no-repo-update` to apply changes made locally.
This post is licensed under CC BY 4.0 by the author.