Cocoapods setup stuck on pod setup command on terminal

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

    For insecure people like me who needs an assurance that cocoapods, in fact, is doing the work, try this. The slowest bottleneck is when cocoapods try to clone the entire repo (~300 MB) into ~/.cocoapods

    while true; do
      du -sh ~/.cocoapods/
      sleep 3
    done
    

提交回复
热议问题