rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots

rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/97f6331a-ba75-11ed-a4bc-863efbbaf80d/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9] Command PhaseScriptExecution failed with a nonzero exit code

After update Xcode to 14.3,I can not archive my project,it always the bug as above,please help check, thank you very much.

same issue here, was fine last week, now new xcode version and cant create new version of app...

same issue here.... thanks for sharing, it's working this way!

+1

It works using XCode 14.2!!!

FYI is a cocoapods issue: https://developer.apple.com/forums/thread/727525 and https://github.com/CocoaPods/CocoaPods/pull/11828#issuecomment-1497329930

Updating to Cocoapods v1.12.1 resolved this for me.

11

Same issue, Urgent!!! My Xcode is 14.3.1, fail to package my new APP and release.

Same issue with XCode 14.3.1 and Cocoapods 1.12.2

(Continued) The fact that there's no directory called /AppleInternal (off of root) may be an issue.

Upgrading to 1.12.1 Cocoapods version works for me. After upgrading I did

pod deintegrate
pod d clean -df
pod cache clean --all

Xcode 14.3.1

Find solution in CocoaPods repo's issues: https://github.com/CocoaPods/CocoaPods/issues/12073

In Build Settings, make sure ENABLE_USER_SCRIPT_SANDBOXING is set to NO.

It's worked for me.

rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots
 
 
Q