[iOS]Xcode15.1编译报错Command PhaseScriptExecution failed with a nonzero exit code

03-31 1473阅读

使用Xcode 15.1打包或者编译时,报错Command PhaseScriptExecution failed with a nonzero exit code.

方法一:

在项目中搜索

source="$(readlink "${source}")"

修改为

source="$(readlink -f "${source}")"

方法二:

升级Xcode 15.2, 升级后这个错误就没了,可是会有新的错误.

 Sandbox: rsync(xxxx) deny(1) file-write-create

[iOS]Xcode15.1编译报错Command PhaseScriptExecution failed with a nonzero exit code

解决方法参考文章:[iOS]Xcode 15.2 Sandbox: rsync(xxxx) deny(1) file-write-create

VPS购买请点击我

文章版权声明:除非注明,否则均为主机测评原创文章,转载或复制请以超链接形式并注明出处。

目录[+]