報錯內(nèi)容:
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/810eba08-405a-11ed-86e9-6af958a02716/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code解決方法:
在Xcode項(xiàng)目目錄中進(jìn)入 Pods -> Targets Support Files -> Pods-項(xiàng)目名 -> Pods-項(xiàng)目名-frameworks.sh 中搜索source="$(readlink "${source}")"
,找到后將其替換為source="$(readlink -f "${source}")"
,然后重新進(jìn)行打包操作贮喧。
這貌似是Cocoapods的問題??乡革。
Snipaste_2023-04-06_16-54-09.png