Cocoapods setup stuck on pod setup command on terminal

后端 未结 12 2134
耶瑟儿~
耶瑟儿~ 2020-12-12 12:25
MacBook-Pro:~ skbc$ pod setup --verbose
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecu         


        
12条回答
  •  时光说笑
    2020-12-12 13:21

    I think you need to follow the steps to get rid of the situation and also add --verbose to check whats is happening in front of each command eg:

    $ pod setup --verbose
    
    • pod repo remove master
    • pod setup
    • pod install

提交回复
热议问题