Pods-resources.sh Permission denied in iOS Project

Tasnim Alam Shovon picture Tasnim Alam Shovon · Oct 30, 2013 · Viewed 34.9k times · Source

I have got an existing project from a client and I tried to run this in my MAC using XCode 5.0

But I am facing this following error. I installed Cocoa Pods but still doesn't work. This project is running fine in other developer's machine. I badly need this running in my machine.

What I am missing? Any help is highly appreciated.

Thanks in advance.

enter image description here

Answer

Kevin picture Kevin · Oct 30, 2013

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"