I\'m building an iPhone app, and my app copies a bunch of resources to the App\'s Documents directory on first install. While I\'m developing the app, I simply modify files in t
The way I usually handle this is by creating Copy Files or Run Script Build Phase which run after the standard build process. The compile phase will be skipped if no changes have been made to the source, so only your build phases will run. Then, make sure your editor (Photoshop / vim etc.) are editing the original files, not the files in the build directory.