Re: Linking debug/release app with debug/release framework?
Re: Linking debug/release app with debug/release framework?
- Subject: Re: Linking debug/release app with debug/release framework?
- From: Guy Umbright <email@hidden>
- Date: Wed, 25 Jan 2006 10:40:19 -0600
Dirk,
Thanks, that is what I am looking for. I appreciate the help.
Guy
On Jan 25, 2006, at 9:46 AM, Dirk Stegemann wrote:
Hi,
Am 25.01.2006 um 17:08 schrieb Guy Umbright:
How do you specify that different libraries/frameworks/etc. are
included in a build based on the configuration?
I use the target's "Framework Search Paths" setting.
This works only if both Debug and Release version are built to
different folders, of course.
So, first you'd have to include both frameworks to your project/
target, then add the correct "Frameworks Search Path" to the
specific framework in the your build folder to the respective
Configuration.
For me it is something like that:
$(FRAMEWORK_SEARCH_PATHS) /path/to/project/../_Shared\ build\
folder/Release
and
$(FRAMEWORK_SEARCH_PATHS) /path/to/project/../_Shared\ build\
folder/Debug
Best regards,
Dirk Stegemann
_______________________________________________
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