cocopods报错相关

安装cocopods报错

 ERROR:  While executing gem ... (Gem::Exception)
    OpenSSl is not available. Install OpenSSL and rebuild Ruby (preferred) or use non-HTTPS sources
OR
/Users/apple/.rvm/rubies/ruby-3.0.0/lib/ruby/3.0.0/rubygems.rb:281:in `find_spec_for_exe': can't find gem cocoapods (>= 0.a) with executable pod (Gem::GemNotFoundException)
    from /Users/apple/.rvm/rubies/ruby-3.0.0/lib/ruby/3.0.0/rubygems.rb:300:in `activate_bin_path'
    from /usr/local/bin/pod:25:in `
' from /usr/local/bin/ruby_executable_hooks:22:in `eval' from /usr/local/bin/ruby_executable_hooks:22:in `
'

输入一下方法

rvm reinstall 3.1.2 --with-openssl-dir=/usr/local/opt/openssl
sudo gem install -n /usr/local/bin cocoapods

你可能感兴趣的:(cocopods报错相关)