报错内容:
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项目目录中进入 Pods -> Targets Support Files -> Pods-项目名 -> Pods-项目名-frameworks.sh 中搜索source="{source}")",找到后将其替换为source="{source}")",然后重新进行打包操作。
这貌似是Cocoapods的问题😭。
作者:Yancy_90
链接:https://www.jianshu.com/p/5fd2a6d6e8e9
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。