Re: Newbie question: using targets
Re: Newbie question: using targets
- Subject: Re: Newbie question: using targets
- From: Jens Alfke <email@hidden>
- Date: Fri, 2 Oct 2009 08:00:24 -0700
On Oct 1, 2009, at 10:04 PM, Ken Thomases wrote:
Unfortunately, Xcode doesn't really have good support for
maintaining several similar targets which are based on some common
"prototype" target. Once you duplicate a target, the two targets
are independent. If you later find that you need to make a change
that's common to all of the targets which descended from your
original, you have to apply it individually to each.
One workaround is to put the common code into a target that builds a
static library, and then have the other targets link against that
library.
—Jens _______________________________________________
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