pod install 报错

cocoapods -v1.11.2 

pod install 报错

错误1:
### Error

LoadError - incompatible library version - /Users/liwang/.rvm/gems/ruby-2.7.0/gems/ffi-1.15.4/lib/ffi_c.bundle


解决方案:

gem install ffi

错误2:

Error output from CocoaPods:

    Searching for inspections failed: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3/TLS write client hello

解决方案:

s.info_plist = {

        'NSAppTransportSecurity' => {

    'NSAllowsArbitraryLoads' => true,

        }

    }

你可能感兴趣的:(pod install 报错)