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: Chris Hanson <email@hidden>
- Date: Wed, 30 Aug 2006 00:10:04 -0700
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 cd /Users/fritza/Projects/Parallel/APX-Client /System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Users/fritza/Projects/Parallel/APX-Client/QueryTransTypes.plist /Users/fritza/Projects/BuildProducts/Development/Application\ Name.app/Contents/Resources
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).
-- Chris
|
_______________________________________________
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