Re: Debug/Release Library Matching
Re: Debug/Release Library Matching
- Subject: Re: Debug/Release Library Matching
- From: Chris Espinosa <email@hidden>
- Date: Sun, 4 Sep 2005 00:22:15 -0700
On Sep 3, 2005, at 11:23 PM, David Spells wrote:
What about Frameworks and bundles?
I want code to copy in the debug Framework into my debug application,
and the release Framework into my release application.
Don't I have to use the copy files build phase to do this? The copy
files build phase seems to be target dependent.
Yes, and you can use the $(BUILT_PRODUCTS_DIR) build setting to find
the built products of other projects on a per-configuration basis. So
your Debug configuration's Copy Files phase would copy the Debug
version of the private framework, and the Release configuration would
copy the Release version,
Chris
_______________________________________________
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