- Command PhaseScriptExecution failed with a nonzero exit code
將Xcode更新到14.3后,build沒問題,archive報錯。
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/9e200cfa-7d96-11ed-886f-a23c4f261b56/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
解決方法:
in APPNAME/ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh replaced source="{source}")" with source="
{source}")"
-
修改前
image.png -
修改后
image.png
Command PhaseScriptExecution failed with a nonzero exit code
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
相關閱讀更多精彩內容
- building file list ... rsync: link_stat "/Users/xxx/Deskt...
- 報錯內容:rsync error: some files could not be transferred (co...
- 報錯內容:rsync error: some files could not be transferred (co...
- 報錯如下: xxx/Pods/Target Support Files/Pods-xxx/Pods-xxx-fra...
- 在 Xcode 10.1 中安裝一些老項目的 pods 時,會出現(xiàn)編譯失敗的情況,嘗試手動清理總是不徹底,一個有效...

