I have a question about the copy phase of resources with xCode. I have an app very heavy, (about 1gb, lot of pngs) and I wanted to know if it is possible to copy all resouces on device only once ? Because, when I change some lines of my program and I make an another build, xCode copy again all resources…but they are not change.
There are an option for skip the copy phase on device or make it only once?
Thanks
Xcode 4.2
I had the same problem, here is an XCode hack that worked for me:
Beware, you are crippling the build process, you might introduce local bugs if used incorrectly.