Anybody faced this issue while exporting iOS app to tester team?
Xcode organizer copy failed
Asked Answered
In my case it was the disk space. I had to free up some space before running it again.
When we got out of disk space, a lot strange things happen... –
Legendary
In addition to @Meet Dave answer, I'd like to give little more details:
when that error showed up, among distribution log files we could see in IDEDistributionPipeline.log
a number of ditto:
commands that ended up with a message No space left on device
:
2021-03-25 19:05:28 +0000 copying file <<some project file>> ...
2021-03-25 19:05:29 +0000 ditto:
2021-03-25 19:05:29 +0000 /private/var/folders/kf/<<removed for simplicity>>/<<some project file>>: No space left on device
Need more storage space to copy your project. So free up some space and then upload the archive again.
Solution already given in at least one of the other answers. –
Explosion
© 2022 - 2024 — McMap. All rights reserved.