so I noticed that Box2D is used a lot in my xCode project and I do not even use it whatsoever. Everything seems to be working okay for now apart from when I go to Archive my project, I am displayed with the following error:
chown: /Users/christopherroberts/Library/Developer/Xcode/DerivedData/Flip-etsxycyflavupvekcbrwmozwhhbh/Build/Intermediates/ArchiveIntermediates/Flip/IntermediateBuildFilesPath/UninstalledProducts/libBox2D.a: No such file or directory
Command /usr/sbin/chown failed with exit code 1
I located this directory and found that it ends at ArchiveIntermediates/Flip/IntermediateBuildFilesPath..
I can't seem to find a solution. Any ideas would be greatly appreciated