Quote:
Originally Posted by romeos28
I just noticed that i am getting warnings about . js files
warning: no rule to process file '$(PROJECT_DIR)/CanvasGraph. js' of type sourcecode.javascript for architecture i386
Maybe I need set some rule in Xcode for js files??
If yes, what should i do?
|
It means XCODE doesn't know what to do with a .
js file - compile it? link it? include it in the bundle unchanged? You want to include it in the bundle unchanged.
Look inside "Targets" in the the left pane, expand your target, and drag your file into "copy bundle resources." It should be added to the bundle the next time you build.
Maybe someone else knows how to add .
js files to the list of files that get copied automatically?