其他分享
首页 > 其他分享> > ios Permission denied Command PhaseScriptExecution failed with a nonzero exit code

ios Permission denied Command PhaseScriptExecution failed with a nonzero exit code

作者:互联网

问题背景:今天更新别人的老项目,是带有别人的pod库一起的。

然后运行的时候就报:

Script-F5D11CF0449793751B74E0C1.sh: line 2: XXXXXXXXXXXXXXXXX-resources.sh: Permission denied
Command PhaseScriptExecution failed with a nonzero exit code

 

Permission denied Command PhaseScriptExecution failed with a nonzero exit code

解决办法:

 

删除 Pods 文件夹,重新 pod install 即可。

标签:nonzero,code,Permission,failed,exit,PhaseScriptExecution
来源: https://www.cnblogs.com/shen5214444887/p/12788467.html