Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rsync error: some files could not be transferred (code 23) Command PhaseScriptExecution failed with a nonzero exit code

Tags:

xcode

ios

rsync

enter image description here

I tried to connect flutter project to my iPhone, but suddenly this error showed up after adding Google AdMob. I've already tried keychain solution(Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code), pod deintegrate, pod clean, pod install . Also I changed project configurations variously, but it didn't work.

Build target Runner
Project Runner | Configuration Debug | Destination Ryan's iPhone | SDK iOS 13.6`
Run custom shell script 'Thin Binary' 0.1 seconds`
building file list ... rsync: link_stat "/Volumes/\#341\#204\#213\#341\#205\#265\#341\#204\#207\#341\#205\#265\#341\#206\#253\#341\#204\#202\#341\#205\#241 01071958737/DEVELOPER/dont_forget/ios/../ios/Flutter/App.framework" 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 /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-54.120.1/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
like image 235
RyanIdea Avatar asked Aug 22 '20 07:08

RyanIdea


1 Answers

Deleting derived data worked for me.

like image 116
Vishwas Singh Avatar answered Sep 19 '22 11:09

Vishwas Singh