Re: Finding Files Buried in Groups
Re: Finding Files Buried in Groups
- Subject: Re: Finding Files Buried in Groups
- From: Nick Nallick <email@hidden>
- Date: Thu, 29 Dec 2005 12:04:16 -0700
On Dec 29, 2005, at 10:35 AM, James Bucanek wrote:
Apparently what I've done is add the same file to the target twice.
This seems like something that shouldn't be allowed.
A target may have multiple build phases and each phase has an
independent set of source files. So it's quite legitimate to have a
source file belong to two or more phases of a single target. It may
not be desirable, but it's within the architecture of the target.
I'm pretty thoroughly confused about the relationships and
connections between targets, build phases, and build configurations.
They all seem like subtly different names for the same thing. All
I'm trying to do is to maintain debug and non-debug versions of my code.
Perhaps I should say that you shouldn't be able to add multiple
copies of a file to the same phase of the same build configuration of
the same target. That's apparently what was happening to me. I
didn't mess with targets or phases, or whatnot. All I did was drag
files from the Finder into the project window and somehow I got into
a state where Xcode was adding a single file to the link chain
twice. Unfortunately I can't reproduce it now so I don't know
exactly what I did.
Nick
_______________________________________________
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