Hello,
i added a local html file to my Xcode project and also a javascript but always get the freaking [WARN]warning: no rule to process file of type sourcecode.javascript for architecture i386 message.
i know that is the fix
Quote:
|
Whenever a .js file is added to a project, Xcode adds it to the "Compile Sources" folder. Go to Targets (in the "Groups & Files" pane on the left of Xcode), click the arrow next to it, then click the arrow next to your projects name, and drag the .js file from the "Compile Sources" folder to the "Copy Bundle Resources" folder. Do a "Build - clean all targets" from the main menu to build again and the problem should have been cured.
|
but i don't understand how to do it.
Maybe someone could make some screenshots to show it to me ...

?