Pods-resources.sh Permission denied in iOS Project

后端 未结 11 1301
有刺的猬
有刺的猬 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:13

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

    chmod a+x "your_path(where show permission denied)"
    

    Please check if there no any space in folder name then add '\' before

提交回复
热议问题