I'm building a hybrid app (uses WebKit). As a consequence, I have html, css, and _javascript_ resources.
I have added these to the Copy Bundle Resources build phase.
All the files do get copied to the app's bundle.
However, I get this warning during a build:
Checking Dependencieswarning: no rule to process file '$(PROJECT_DIR)/history.js' of type sourcecode._javascript_ for architecture i386
warning: no rule to process file '$(PROJECT_DIR)/jquery.js' of type sourcecode._javascript_ for architecture i386
Where, and how, do I add some sort of dependencies definition that will prevent the warning (the warning isn't harmful, but I would like to make it go away).
Xcode 2.4.1 on OS X 10.4.11
Thanks.
--Stuart
_______________________________________________