Xcode organizer copy failed
Asked Answered
E

3

21

enter image description here

Anybody faced this issue while exporting iOS app to tester team?

Erlin answered 31/7, 2019 at 14:15 Comment(0)
B
43

In my case it was the disk space. I had to free up some space before running it again.

Barbaric answered 23/4, 2020 at 15:4 Comment(1)
When we got out of disk space, a lot strange things happen...Legendary
M
2

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
Mcclinton answered 25/3, 2021 at 19:21 Comment(0)
W
0

Need more storage space to copy your project. So free up some space and then upload the archive again.

Wescott answered 8/4 at 9:45 Comment(1)
Solution already given in at least one of the other answers.Explosion

© 2022 - 2024 — McMap. All rights reserved.