cocopods sh project run permissions issues

.Sh permissions problem encountered cocopods of the project

Xcode tips:  

/bin/sh: bad interpreter: Operation not permitted Command /bin/sh failed with exit code 126

 

Solution:

Input terminal

xattr -rd com.apple.quarantine current file directory

 

Left to look after study

Check in online for a long time, found a problem analysis and solutions:
http://blog.omgmog.net/post/a-possible-solution-to-bad-interpreter-operation-not-permitted-error-on-mac -os-x-lion /

Summarize the main content:
In the new version of the mac os, at least after the 10.7.3, the application will be with an additional property:

com.apple.quarantine

Guess you like

Origin www.cnblogs.com/gpengf/p/11817222.html