Re: creating a target dependency in an Xcode project
Re: creating a target dependency in an Xcode project
- Subject: Re: creating a target dependency in an Xcode project
- From: Fritz Anderson <email@hidden>
- Date: Mon, 11 Apr 2005 10:24:43 -0500
On 11 Apr 2005, at 4:45 AM, Roland Silver wrote:
But targets are organized differently in Xcode, and I cannot create
the dependency required by making Evaluator a subtarget of
MathPaper in the way the book suggests.
In Xcode, there is no Target tab, but rather a Target group with
the two targets subsidiary to it (I use the at-sign below, instead
of the red concentric circles that appear in the Xcode Groups &
Files):
@Targets
MathPaper
Evaluator
I've tried dragging Evaluator over MathPaper, but nothing happens.
How do I establish the dependency in Xcode rather than PB? Is it
sufficient to have the Evaluator target earlier than Mathpaper,
i.e. just to drag Evaluator before MathPaper?
Select the MathPaper target and double-click (or press command-I).
This brings up an Info window. In the first tab of the window is a
list for dependencies. Press the + button and use the resulting sheet
to select the Evaluator target.
-- F
--
Fritz Anderson
Consulting Programmer
http://resume.manoverboard.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden