Quote:
Originally Posted by smasher
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?
|
Hello I have the same problem and this doesn't work. Same error though.