I only change source code. And when I build it into device (iPod Touch 4 gen), XCode copies resources. As I know, XCode must recognize that resources were not changed and skip copy phase.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
What kind of resources? XCode will leave your files in your document folder untouched, but resources like images etc. which are not in the users documents folder are overwritten every time you make a new build. What is exactly copied every time? |
|||
|