• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Can an mdimporter embed some frameworks as an application ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Can an mdimporter embed some frameworks as an application ? (From: Eric Slosser <email@hidden>)

  • Prev by Date: Re: CoreData - how to retrieve a particular value (not object)
  • Next by Date: Window will no longer close
  • Previous by thread: Re: Can an mdimporter embed some frameworks as an application ?
  • Next by thread: Re: Can an mdimporter embed some frameworks as an application ?
  • Index(es):
    • Date
    • Thread