Vmware + xcode + phonegap + make arhive = buffer overflow

I used xcode + phonegap in a virtual machine. When I try to archive any project, I get this error:

error: "/ Users / administrator / Library / Developer / Xcode / DerivedData / TEST -avvoxtuipponnbeqgsiwblbbidxq / Add / Intermediates / ArchiveIntermediates / TEST / IntermediateBuildFilesPath / UninstalledProducts / TEST .app / TEST .app / app / .app / .app /. app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TEST. TESTING .app / TESTING .app / TESTING .app / TESTING ng> .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TESTING .app / TEST .app / TEST .app / TEST .app. TEST .app. TEST .app / TEST .app. TEST .app / TEST .app. TEST .app. / TEST .app. TEST .app. / TEST .app / TEST .app / TEST . app / TEST .app / TEST .app / TEST .app / TEST .app 'is longer than the file size buffer size (1025)

Help me! What could be the problem and how to increase the buffer? Thanks!

+4
source share
1 answer

I had the same problem just now.

It turned out that I accidentally dragged the project product itself into the "Bundle Copy Resources" section.

So, xcode is trying to build the product recursively, so it can itself recursively add the product itself as a resource.

Extract the product itself from the โ€œBundle Copy Resourcesโ€ section, which allowed it for me.

+3
source

Source: https://habr.com/ru/post/1443083/


All Articles