XCode 3.1.1 Copied Framework != Linked Framework
XCode 3.1.1 Copied Framework != Linked Framework
- Subject: XCode 3.1.1 Copied Framework != Linked Framework
- From: Dominic Feira <email@hidden>
- Date: Wed, 5 Nov 2008 20:52:37 -0500
We're just going through the process of moving our build system over
to XCode 3.1.1. It seems that now when a framework from a dependency
project is copied, it always copies the framework from the build
location in that dependency. We have a custom build script that
copies dependencies into the root projects TARGET_BUILD_DIR. This
copy is the one that built products links to. The one in the original
dependency project is the one that is copied during the frameworks
copy stage. For plugin development we have to massage some of the
framework loader paths, which is done in the TARGET_BUILD_DIR prior to
product linking. Of course now since the copy of the framework inside
of the frameworks directory is not the one that had it's loader path
modified nothing links properly when the plugin is loaded.
Is there a way to make XCode link AND COPY the framework that is in
the TARGET_BUILD_DIR? Copying doesn't respect the framework search
path.
Dominic Feira / Code Monkey / Ambrosia Software, Inc. -- http://www.AmbrosiaSW.com
_______________________________________________
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