美文网首页
cocopods报错相关

cocopods报错相关

作者: 恶棍01 | 来源:发表于2022-06-05 18:29 被阅读0次

    安装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 `<main>'
        from /usr/local/bin/ruby_executable_hooks:22:in `eval'
        from /usr/local/bin/ruby_executable_hooks:22:in `<main>'
    

    输入一下方法

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

    相关文章

      网友评论

          本文标题:cocopods报错相关

          本文链接:https://www.haomeiwen.com/subject/fewjmrtx.html