Re: Building Multiple Targets
Re: Building Multiple Targets
- Subject: Re: Building Multiple Targets
- From: "J. Todd Slack" <email@hidden>
- Date: Thu, 29 May 2008 16:29:24 -0700
Hi Chris,
Thank You!
-Jason On May 29, 2008, at 4:18 PM, Chris Espinosa wrote: On May 29, 2008, at 4:11 PM, J. Todd Slack wrote: Can anyone tell me how to build multiple targets when pressing "Build"?
I have the targets defined, but only the first gets built.
I just dont se it
Aggregate Target Xcode defines a special type of target that lets you build a group of targets at once, even if those targets do not depend on each other. An aggregate target has no associated product and no build rules. Instead, an aggregate target depends on each of the targets you want to build together. For example, you may have a group of products that you want to build together. You would create an aggregate target and make it depend on each of the product targets. To build all the products, just build the aggregate target. An aggregate target may contain a custom Run Script build phase or a Copy Files build phase, but it cannot contain any other build phases. Any build settings that the aggregate target contains are not interpreted but are passed to the build phases that the target contains. For more information on aggregate targets, see“Defining Target Dependencies.”
|
_______________________________________________
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