Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode organizer copy failed

enter image description here

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

like image 513
BharathBob Avatar asked Jul 31 '19 14:07

BharathBob


Video Answer


3 Answers

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

like image 74
Meet Dave Avatar answered Oct 21 '22 05:10

Meet Dave


You need to free up your storage space and the problem will gone

like image 39
amaulana Avatar answered Oct 21 '22 04:10

amaulana


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
like image 34
superjos Avatar answered Oct 21 '22 05:10

superjos