iOS: POD Error, mode 040777

Hello,

If you are getting Pod Error like below.

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:213: warning: Insecure world writable dir /usr/local in PATH, mode 040777

Just simply give access of local folder to 755

Run below command on terminal and solve it.

sudo chmod 755 /usr/local

Enter your Mac password and solve it.

Cheers.