This takes 2 minutes to recreate:
- Create a new project in XCode
- Run pod init to create a pod file
- Add some pod to the pod file, I tried with MMWormhole or PhoneNumberKit or Realm
- Run pod install
- The app can be built however an archive cannot, it generates an error:
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]
Switch to Xcode 14.2 however and the archive can be built