Quando provi il comando nel terminale:
gem install cocoapods
Il seguente errore mostra:
"Unable to resolve dependencies: cocoapods requires activesupport (< 5, >= 4.0.2), ruby-macho (~> 1.1); xcodeproj requires atomos (~> 0.1.3), CFPropertyList (< 4.0, >= 2.3.3), nanaimo (~> 0.2.6); cocoapods-trunk requires netrc (~> 0.11); cocoapods-core requires activesupport (< 6, >= 4.0.2), fuzzy_match (~> 2.0.4)"
Durante il tentativo di aggiungere la fonte:
gem sources -a https://rubygems.org/
Il seguente errore mostra:
"Error fetching https://rubygems.org/:
SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version (https://rubygems.org/specs.4.8.gz)
MyMac:downloads User$ gem install cocoapods"
Ho provato a scaricare le singole gemme, ma ci sono così tante dipendenze incrociate.