Cocoapods setup stuck on pod setup command on terminal

后端 未结 12 2161
耶瑟儿~
耶瑟儿~ 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

    To get a progression, you can clone master yourself:

    pod repo remove master
    git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
    pod setup
    

提交回复
热议问题