re: Framework dependencies/linking question
re: Framework dependencies/linking question
- Subject: re: Framework dependencies/linking question
- From: George Warner <email@hidden>
- Date: Wed, 01 Mar 2006 11:14:45 -0800
- Thread-topic: Framework dependencies/linking question
On Wed, 1 Mar 2006 04:15:53 +0100, Greg Hurrell <email@hidden> wrote:
> I've got two frameworks that I build in a shared built products
> location. Both of them are intended to be embedded inside an
> application and have install paths set that start with:
>
> @executable_path/../Frameworks/
Just an FYI: You can also locate resources relative to the location of a
library using @loader_path at the beginning of the path. This means that
regardless of where a library is located, code within it can locate
resources based on the location of the library. With this feature, you can,
for example, create nested frameworks (frameworks of frameworks). You donĀ¹t
have to place related libraries in a specific location to be able to share
resources between them.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
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