Command PhaseScriptExecution failed with a nonzero exit code

Original link: https://www.zhaoxiangguang.cn/note/ios/507.html

When the old project was packaged with Xcode14.3, an error was reported again (every time I upgrade Xcode, there will be a little surprise ? ), the error is as follows:

%E6%88%AA%E5%B1%8F2023-07-07-11.21.12-10

The solutions found are as follows:

1. Global search source=”$(readlink “${source}”)”

%E6%88%AA%E5%B1%8F2023-07-07-11.23.40-10

2. Modify source=”$(readlink -f “${source}”)”

%E6%88%AA%E5%B1%8F2023-07-07-11.24.17.pn

Then repack it.

? original article ? Do not reprint or reprint without authorization, please indicate the source

Address of this article: https://www.zhaoxiangguang.cn/note/ios/507.html

This article is transferred from: https://www.zhaoxiangguang.cn/note/ios/507.html
This site is only for collection, and the copyright belongs to the original author.