問題背景:今天更新別人的老項目,是帶有別人的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 即可。