Pods-resources.sh Permission denied in iOS Project

后端 未结 11 1302
有刺的猬
有刺的猬 2020-12-02 06:33

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

11条回答
  •  青春惊慌失措
    2020-12-02 07:17

    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"
    

提交回复
热议问题