Re: Aggregate build settings ignored
Re: Aggregate build settings ignored
- Subject: Re: Aggregate build settings ignored
- From: Ken Thomases <email@hidden>
- Date: Wed, 14 Apr 2010 08:28:35 -0500
On Apr 14, 2010, at 7:38 AM, Dave Keck wrote:
> I'm setting up a few aggregate targets and wish to customize the build
> settings for them. It appears though that most build settings on an
> aggregate target are ignored.
This is to be expected. The dependencies of an aggregate target on other targets are just like any other target dependencies. For example, an app target might depend on a library target. But that dependency only has narrow implications. Basically, it means that the dependencies are built before the dependent target. That's it.
In other words, why would you have expected the build settings of the aggregate target to affect the way the dependency targets were built? That's just not how things work.
Since the aggregate target doesn't actually have a build product, its build settings don't much matter.
If you want different build settings for different purposes, use configurations.
Regards,
Ken
_______________________________________________
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