How to have Xcode always copy files (even if they have not been detected as modified) when building?
I am developing an application which uses .js files stored in the Resources/javascript folder of my application bundle. In my Xcode 2.5 project I have created a folder reference ( not a group) to my javascript folder, which automatically added the folder to the Copy Bundle Resources build phase. The problem I have is when I modify my .js files, I need to clean my project then re-build it for the modified .js files to get copied into my application bundle when building. This is very time consuming since I re-build the whole project just to get an updated .js file in my app bundle. Could someone