archive 报错如下
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]

修复 更新cocoapod到1.12.1
sudo gem install -n /usr/local/bin cocoapods -v 1.12.1
然后执行pod install,
在archive即可
文章描述了在遇到rsync传输错误(code23)时,如何通过升级cocoapods到版本1.12.1来解决问题。解决方案包括使用sudogem安装指定版本的cocoapods,然后执行podinstall命令以解决archive阶段的错误。

2257

被折叠的 条评论
为什么被折叠?



