Re: Can an mdimporter embed some frameworks as an application ?
Re: Can an mdimporter embed some frameworks as an application ?
- Subject: Re: Can an mdimporter embed some frameworks as an application ?
- From: Ali Lalani <email@hidden>
- Date: Fri, 27 May 2005 22:58:57 -0400
You could try this:
In the Build tab in the info for the target, find the Other Linker
Flags option, and add this:
"-weak_framework [your framework name]"
Then, at some point before you use the framework in the importer,
load the framework manually by calling:
[NSBundle bundleWithPath:@"path/to/your/framework"]
This has worked for me in the past with plugins, good luck!
On May 27, 2005, at 3:14 PM, Eric Slosser wrote:
Aurelian wrote about have problems with an mdimporter not being
able to find frameworks referenced via: @executable_path/../
Frameworks/...
I'm guessing the problem is that @executable_path isn't the
mdimporter's location, but what's the workaround?
--
//-------------------------------------------------
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
_______________________________________________
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