Swift 1.2からiOS 9.0、Xcode 7、Swift 2.0にアプリをアップデートしようとしましたが、アプリをコンパイルしようとするとポッドに問題が発生します。Command/bin/shが終了コード23で失敗しました
私は次のエラーを取得する:
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
は、すでにいくつかの解決策を確認したが、何も私のために働いていない:
はすでに試した:
- は、すべてのポッドを削除し、再度インストール
- sudo gem update cocoapodsで更新されたcocoapods(ベータ版)--pre
- ココアポッドを取り除いて再度インストールしました
- "use_frameworks!"すべてのポッドについて、およびなし
でも同じエラーです。何か案は?
[this](https://support.ship.io/ios/rsync-error-23-during-embed-pods-frameworks-phase-for-cocoapods)が見えましたか? – trojanfoe
ありがとう!私はそれを試してみる – derdida