Xcode 14.3 打包 Command PhaseScriptExecution failed with a nonzero exit code

building file list ... rsync: link_stat "/Users/xxx/Desktop/\#350\#247\#206\#346\#272\#220\#345\#267\#245\#347\#250\#213/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AFNetworking.framework" failed: No such file or directory (2)

sent 29 bytes  received 20 bytes  98.00 bytes/sec

total size is 0  speedup is 0.00

rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/9e200cfa-7d96-11ed-886f-a23c4f261b56/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]

Command PhaseScriptExecution failed with a nonzero exit code


source="$(readlink "${source}")"                   (原来的)全局搜索这个

source="$(readlink -f "${source}")"              (改成这个)


不要问我为什么,我也不知道

来自https://cloud.tencent.com/developer/article/2255102

你可能感兴趣的:(Xcode 14.3 打包 Command PhaseScriptExecution failed with a nonzero exit code)