报错:
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/user/Library/Developer/Xcode/DerivedData/xxx-dtvcxmqutmyletflrluqqigdiacq/Build/Intermediates.noindex/ArchiveIntermediates/xxx/IntermediateBuildFilesPath/xxx/Release-iphoneos/MINISOEATest.build/Script-10F7DA1728D7FFB6005E102E.sh (in target 'xxx' from project 'xxx'
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/97f6331a-ba75-11ed-a4bc-863efbbaf80d/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
解决办法:
找到Pod文件下面的Pods-xxx-frameworks.sh 下面的 source="$(readlink "${source}")"
改成 source="$(readlink -f"${source}")"