Skip navigation.
 
mlRe: creating a target dependency in an Xcode project
FROM : Fritz Anderson
DATE : Mon Apr 11 17:24:43 2005

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/

Related mailsAuthorDate
mlcreating a target dependency in an Xcode project Roland Silver Apr 11, 11:45
mlRe: creating a target dependency in an Xcode project Fritz Anderson Apr 11, 17:24