[!] Error installing Crashlytics
2018-06-29 本文已影响32人
四月的风_3cec
解决办法stackoverflow:
$ brew update
$ brew upgrade openssl
$ brew link openssl --force
$ brew install --with-openssl curl
$ brew link curl --force
then reload you shell profile (source ~/.bash_profile or source ~/.zshrc), confirm you curl
finally you will good to go. 🙂