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: Dirk Stegemann <email@hidden>
- Date: Wed, 25 Jan 2006 19:32:44 +0200
Hi,
Am 25.01.2006 um 19:03 schrieb Chris Espinosa:
On Jan 25, 2006, at 7:46 AM, Dirk Stegemann wrote:
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
This is completely unnecessary.
If your framework and your main app are using the same shared build
folder, the Frameworks Search Path implicitly searches the shared
build folder, and that works on a per-configuration basis.
Cool, I didn't expect that.
So if you have a framework target and an app target, all you need
to do is to add the framework as represented in the Products group
of the framework's project to the application's Link Frameworks and
Libraries build phase. Xcode takes care of the rest.
Ok.
Actually, I have separate projects, a plugin and a framework which is
used by the plugin.
Anyway, removing the additional path of the target's setting and
simply sticking to $(FRAMEWORK_SEARCH_PATHS) still works for me.
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