Re: [2.4] Dependency checker confused about a plist resource
Re: [2.4] Dependency checker confused about a plist resource
- Subject: Re: [2.4] Dependency checker confused about a plist resource
- From: Fritz Anderson <email@hidden>
- Date: Wed, 30 Aug 2006 08:53:34 -0500
On 30 Aug 2006, at 2:10 AM, Chris Hanson wrote: On Aug 29, 2006, at 2:53 PM, Fritz Anderson wrote: I get a warning in my builds which corresponds to these lines in my transcript:Checking Dependencieswarning: no rule to process file '$(PROJECT_DIR)/QueryTransTypes.plist' of type text.plist for architecture i386
CpResource "/Users/fritza/Projects/BuildProducts/Development/Application\ Name.app/Contents/Resources/QueryTransTypes.plist" QueryTransTypes.plist
...
I'd like to get rid of the warning, as it frightens and confuses me.
You see that Xcode complains it doesn't know what to do with the plist, but then (correctly) copies it into my application's Resources directory.
I suspect that you have QueryTransTypes.plist set as a member of a target — and thus automatically a member of a Copy Bundle Resources build phase — as well as have it specified in an "Info.plist File" build setting for that target's configurations. Is this the case?
It's also possible that the plist got into a Compile Sources build phase rather than a Copy Bundle Resources build phase (say due to an accident while dragging).
By Jove, the latter was the case. The plist file was in both a Copy Bundle Resources phase and the Compile Sources phase. I don't remember putting the file in that phase, but if I remembered it, I wouldn't have done it in the first place, now would I?
-- 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