Re: Cross project dependencies
Re: Cross project dependencies
- Subject: Re: Cross project dependencies
- From: Jim Correia <email@hidden>
- Date: Wed, 13 Oct 2004 19:55:53 -0400
On Oct 13, 2004, at 7:17 PM, Eric Long wrote:
I would assume it uses the active build style for that external
project.
But that's not the case. I'm not sure what it is doing. In my
particular
circumstance, both projects only have a Development style and a
Deployment
style, so I thought maybe it was syncing off that somehow, because it
seems
to pick the right one. I decided to see what would happen if I named
the
build styles in the framework project "Fred" and "Barney". Still, if I
build the Development version of the app, I get the version of the
framework
that would have been the Development version.
Maybe it's going off the index of the styles? I'm not sure.
It is using the build style of the active project. I asked about this
on Xcode-users awhile back and Scott Tooker responded:
The current behavior is that all target dependencies (both those in the
current project and those referenced from other projects) use the
currently selected build style in the active target's project.
Scott
So the behavior is intentional, but if you feel it is wrong, and have a
concrete example why, file a bug.
The practical outcome of the way it works is that I don't think you'll
be able to use build styles the way you want *and* use subprojects.
(And things that are defined in a build style in the subproject but not
the build style in the master project will have to be moved into the
target settings or you will simply not get those settings.)
Of course, this discussion should really be happening on the Xcode list
and not here.
Jim
_______________________________________________
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