Re: How to eliminate a target's automatic framework search setting
Re: How to eliminate a target's automatic framework search setting
- Subject: Re: How to eliminate a target's automatic framework search setting
- From: Greg Guerin <email@hidden>
- Date: Sun, 27 Jun 2010 17:00:36 -0700
Tron Thomas wrote:
It very much is a problem. All targets build to one location.
To avoid the problem, don't build everything to one location.
If I understand the problem correctly, a possible solution is to
build your framework targets to a separate location, where only your
framework targets are built.
The targets that want to use your frameworks should then contain a
reference to your separate framework location. They will see your
built frameworks and use them.
The targets that don't want to use your frameworks should not have a
reference to that framework folder. They never see your frameworks,
so can't possibly use them.
Or I've misunderstood the problem.
-- GG
_______________________________________________
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