Re: warning: no rule to process file
Re: warning: no rule to process file
- Subject: Re: warning: no rule to process file
- From: Fritz Anderson <email@hidden>
- Date: Fri, 22 Feb 2008 20:28:04 -0600
On 22 Feb 2008, at 7:45 PM, Stuart Malin wrote: 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).
"No rule to process file" means (always, as far as I know) that something fishy has gotten into a Compile Sources build phase.
Examine your Compile Sources build phase and see if jquery.js is in that phase as well. Remove it if it is.
— F
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden