linking to a styled private framework
linking to a styled private framework
- Subject: linking to a styled private framework
- From: Eric Slosser <email@hidden>
- Date: Thu, 2 Jun 2005 16:57:05 -0400
With XCode 2.0, I'm building a plugin that uses a framework that is built by another XCode project on the same disk.
The plugin and framework both have the standard two build styles, development and deployment. Both projects have their build styles configured to build into different directories. What I mean is:
Framework
(all files, sources and xcode project, for framework)
Plugin
(ditto, for Plugin)
Output (both projects build into this dir)
Release
foo.framework
bar.plugin
Debug
foo.framework
bar.plugin
How can I get the plugin's XCode project configured so that the plugin gets the right flavor of the framework? No matter how I configure the plugin's project, build style, target, or how I add the framework to the project and set its path (relative to foo, etc), I can't get the linker to link to the framwork at $BUILD_PRODUCTS_DIR. It insists on doing something like ../../Output/Release/, where 'Release' (vs. Debug) is determined by which style of the framework I picked when I added it to the project.
--
//-------------------------------------------------
email@hidden Virtual-FX, Inc. 617 388-3765
_______________________________________________
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