当我们运行pod setup的命令的时候,有时候会碰到这个警告:

/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.33.1/lib/cocoapods/executable.rb:55: warning: Insecure world writable dir /usr/local in PATH, mode 040777

 

要去除这个警告,我们需要更改/usr/local的权限,一句话:

sudo chmod go-w /usr/local

 

DONE

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2021-11-27
  • 2022-01-30
  • 2022-12-23
  • 2023-03-05
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2021-06-28
  • 2022-02-03
  • 2021-08-13
  • 2021-09-22
相关资源
相似解决方案