命令 /bin/sh 失败,退出代码为 23

Command /bin/sh failed with exit code 23

我尝试将应用程序从 Swift 1.2 更新到 iOS 9.0、Xcode 7 和 Swift 2.0 - 但我的 pods 当我尝试编译应用程序时。

我收到以下错误:

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

已经检查了一些解决方案,但对我来说没有任何效果:

已经尝试过:

但是还是一样的错误。有任何想法吗?

我解决了同样的问题,我在我的项目中删除了一次 "Build" 文件夹。

同样的问题:

但我无法使用 "Clean Build Folder",所以我删除了 Mac Finder 中的 "Build" 文件夹。

我有同样的问题,我的项目也集成了 Unity,在项目设置中,有一个 UNITY_iOS_PATH 路径在我的情况下是静态的,我已经将该路径动态化为 Unity 文件夹并且它为我工作。