Re: Re[2]: Custom embedded framework not working [Solved]
Re: Re[2]: Custom embedded framework not working [Solved]
- Subject: Re: Re[2]: Custom embedded framework not working [Solved]
- From: Ken Tozier <email@hidden>
- Date: Sat, 28 Jul 2007 16:41:55 -0400
On Jul 28, 2007, at 4:31 PM, Peter Mulholland wrote:
No, it doesn't. The @executable_path is parsed by the loader, not
Xcode, so it is always relative to where the executable (and
therefore, the app bundle) is located.
Admittedly, this is not terribly well documented by Apple! I
discovered this only after seeing it in several other Framework
projects... SDL, vorbis, etc.
The @executable_path hack is actually rather nice once you understand
it (and find it, as it's not documented) but I was thinking more
along the lines of : Say I find some freeware framework that was
compiled to install in the /Library/Frameworks folder. If I want to
embed that framework in my app I'm clean out of luck. Without the
source there's no way I can set the deploy location so there's no way
to embed it. (At least with my current understanding of the embedding
process) There should be a way to embed framework as "black boxes"
without having to set anything inside them.
_______________________________________________
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