我试图将flutter项目连接到我的iPhone,但是在添加了谷歌flutter之后,突然出现了这个错误。我已经尝试过keychain solution(Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code),pod deintegrate
,pod clean
,pod install
。我还对项目配置进行了各种更改,但都不起作用。
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
发布于 2020-11-05 15:08:35
删除派生数据对我来说很有效。
https://stackoverflow.com/questions/63533819
复制相似问题