Pods-resources.sh Permission denied in iOS Project

Solution 1:

You need to make the script executable. Open terminal and execute this command:

chmod a+x "/Users/shovon0203/Desktop/My Work/oDesk/momenTOGO/MomenTOGO_iPhone/Pods/Pods-resources.sh"

Solution 2:

Try this, Works like a charm!

rm -rf Pods/ Podfile.lock
pod install