Re: Project with multiple targets problems
Re: Project with multiple targets problems
- Subject: Re: Project with multiple targets problems
- From: Shawn Erickson <email@hidden>
- Date: Sun, 11 Jan 2004 08:47:05 -0800
On Jan 11, 2004, at 7:37 AM, Manfred Lippert wrote:
- Can targets in Xcode "depend" on each other? Currently I always have
to switch to the worker target, build that, and then switch to the GUI
target and build that, to have an actual version of my "complete"
bundled application. Is there a way to automate this? So that my GUI
target "depends" on the worker target, and when I try to build the GUI
target that Xcode automatically first builds the worker target?
In Xcode select the GUI target (under the "Targets" grouup) and hit
command-i. In the "General" tab of the resulting info window notice the
"Direct Dependencies" section. Down at the bottom left is a plus
button, click that an add in the other project(s).
-Shawn
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.