rsync error: some files could not be transferred (code 23) at
rsync error: some files could not be transferred (code 23) at
Command PhaseScriptExecution failed with a nonzero exit code
解決方式
查找-frameworks.sh
找到44行
將source="$(readlink "${source}")"
替換成
source="$(readlink -f "${source}")"
替換后