Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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? Any help is highly appreciated.

Thanks in advance.

enter image description here

like image 258
Tasnim Alam Shovon Avatar asked Oct 30 '13 15:10

Tasnim Alam Shovon


People also ask

How do I add pods dependencies?

You can add dependencies on subspecs. Specify the minimum deployment target version for the Pod library. Re-import the project.


1 Answers

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" 
like image 157
Kevin Avatar answered Sep 19 '22 12:09

Kevin