2015-09-15 1 views
11

どのように私はこのエラーにCommand /bin/sh failed with exit code 23SWIFT 2にアップグレード、およびcocoapods -.38.2今エラーコマンド/ binに/ SHを構築取得は23

sent 130971 bytes received 42 bytes 262026.00 bytes/sec 
total size is 130816 speedup is 1.00 
rsync -auv "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/libswiftSecurity.dylib" "/Users/jinteki/Library/Developer/Xcode/DerivedData/MyApp-xyz/Build/Products/Debug-iphonesimulator/MyApp.app/Frameworks" 
building file list ... rsync: link_stat "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/libswiftSecurity.dylib" failed: No such file or directory (2) 
done 

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 
+1

これはこの http://stackoverflow.com/questions/31914456/no-such-file-or-directory-2-for-libswiftsecurity-dylib-on-xcode-7-に答えているように見えますベータ-5 – MonkeyBonkey

答えて

29

を診断することができ、私はこれと同じ問題があったと私は掃除終了コードで失敗しましたフォルダを構築経由:

製品 - >ホールドALTを押す - >設定 - - >ロケーション - 派生データ矢印上>タップ - >得られたデータをドラッグ>クリーンビルドフォルダ

+1

完全に働いた。 – KVISH

+1

も私のために働いた – AiOsN

+1

ありがとうございました!しかし、なぜこのエラーが最初に現れていますか?私の言ったこと: xcode rsyncエラー:/SourceCache/rsync/rsync-45/rsync/main.c(992)でいくつかのファイルを転送できませんでした(コード23)[sender = 2.6.9] Command/bin/sh failed終了コード23 – user2722667

4

得られたデータを削除するにはあまりにも Xcodeの作品ゴミ箱にゴミ箱

関連する問題