티스토리 뷰

Showing Recent Issues

rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/810eba08-405a-11ed-86e9-6af958a02716/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]

Command PhaseScriptExecution failed with a nonzero exit code

 

내 앱의 달력에 문제가 있다는 것을 깨닫고 빠르게 수정한 뒤 버전 업데이트를 해주려고 하였으나.. 빌드시엔 문제가 없었건만 Archive 시도할 때 에러가 나기 시작했습니다..

로그를 보니 팟파일에 문제가 있다는 것 까지는 확인했고 검색을 해보니 

Podfile.lock를 지우고

Pods을 지우고

프로젝트.xcworkspace를 지우고 다시 설치하라고 했습니다..

 

저도 Podfile에 문제가 있다는 것 까진 파악했으니 그래 재설치하면 되겠지 하고 시도해봤더니 해결이 안되더군용..

그래도 결국 찾아냈습니다!

Cocoapods의 문제로 보인다고 하네요

저는 제 휴대폰 iOS버전을 16.4로 업데이트하면서 Xcode도 14.3으로 업데이트했고 그 이후 나타나는 버그였습니다.

 

Pods-{프로젝트이름}-frameworks.sh 파일을 찾아 열어주세요.

검색해서 찾으셔도 되고 프로젝트 폴더에 Pods -> Target Support Files -> Pods-{프로젝트명} 경로로 들어가시면 찾으실 수 있어요.

이렇게 해당 파일을 열고 readlink Command + f로 검색해서 찾고

 

source="$(readlink "${source}")"

 

이 부분을

source="$(readlink -f "${source}")"

 

이렇게 -f를 추가해주시면 됩니다.

 

 

참고링크

https://developer.apple.com/forums/thread/725230?answerId=746897022#746897022 

 

Upgrade from xCode 14.2 to 14.3 Ph… | Apple Developer Forums

Hi, we are seeing the same problem with Xcode betas 14E5197f, 14E5207e and 14E5215g. When using 14C18 there is no error. As part of our diagnosis, we went through the laborious task of creating each 'missing' folder in ../../../IntermediateBuildFilesPath,

developer.apple.com

 

«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
공지사항
링크
Total
Today
Yesterday