Moving an Info.plist file
Moving an Info.plist file
- Subject: Moving an Info.plist file
- From: Rick Mann <email@hidden>
- Date: Fri, 7 Mar 2008 22:24:17 -0800
I created an Xcode 3 project from a template. Then I promptly moved
the generated sources and Info.plist out of the project directory and
up to a sibling. I removed and replaced the source files, and the
Info.plist, but it kept complaining that a) it can't find Info.plist,
and b) that multiple build rules exist.
I tried removing the INFOPLIST_FILE build setting which was overridden
in the target. Its value was "Info.plist" (the description says
project-relative, so I assume that means "next-to" the project).
Removing the setting resolved the complaints, but it wouldn't build
correctly. I tried changing the setting to "../rsrc/Info.plist" (the
location of my plist file relative to the project), but I still got
the multiple build rules complaint. I removed the file from the
project (leaving the build setting intact), and it works.
So, what did I do wrong, and what's the right way to move an
Info.plist (or, if one is building a project from scratch, add one)?
TIA,
--
Rick
_______________________________________________
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