報(bào)錯(cuò)如下:
archive 報(bào)錯(cuò)如下
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/c2cb9645-dafc-11ed-aa26-6ec1e3b3f7b3/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
解決方法:
將Pods-項(xiàng)目名-frameworks.sh中的source=“(readlink"(readlink "(readlink"{source}”)“替換成 source=”(readlink?f"(readlink -f "(readlink?f"{source}“)”
項(xiàng)目名/Pods/Target\ Support\ Files/Pods-項(xiàng)目名/Pods-項(xiàng)目名-frameworks.sh
項(xiàng)目名/Pods/Target\ Support\ Files/Pods-項(xiàng)目名/Pods-項(xiàng)目名-frameworks.sh
source="$(readlink "${source}")"
修改為---》》》
source="$(readlink -f "${source}")"