我尝试将应用程序从
Swift 1.2更新到iOS 9.0,Xcode 7和Swift 2.0 – 但是当我尝试编译应用程序时,我的pod有一些问题.
我收到以下错误:
sent 29 bytes received 20 bytes 98.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-45/rsync/main.c(992) [sender=2.6.9]
Command /bin/sh Failed with exit code 23
已经检查了一些解决方案,但没有对我有用:
已经尝试过:
>删除所有pod,然后重新安装
>使用sudo gem update cocoapods –pre更新了cocoapods(测试版)
>删除cocoapods并重新安装
>试过“use_frameworks!”适用于所有豆荚,无需豆荚
但仍然是同样的错误.有任何想法吗?