Search code examples
iospermission-deniedxcode5.0.1

Pods-resources.sh Permission denied in iOS Project


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?

enter image description here


Solution

  • 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"