• 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: private frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: private frameworks


  • Subject: Re: private frameworks
  • From: Sherm Pendley <email@hidden>
  • Date: Tue, 1 Nov 2005 06:48:40 -0500

On Nov 1, 2005, at 4:12 AM, Niko Matsakis wrote:

Anyhow, what I tried eventually is to add a "copy files" step to my project which copies the referenced Oaxaca.framework into the Frameworks directory of the application. I have verified in Terminal that the file is present. This seems to be what the Framework Programming Guide suggested, although they said to do it via the "install path" from the framework target. As the framework target is not in my project, I thought I'd try a different route.

Unfortunately, it doesn't work. Any advice?

Check the install path of the framework with otool in terminal:

	otool -D /Path/To/SomeFramework.framework/SomeFramework

It should have the @executable_path prefix, like this:

	@executable_path/../Frameworks/SomeFramework.framework/SomeFramework

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

_______________________________________________
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: 
 >private frameworks (From: Niko Matsakis <email@hidden>)

  • Prev by Date: Cocoa-dev Digest, Vol 2, Issue 1543
  • Next by Date: Custom NSView
  • Previous by thread: Re: private frameworks
  • Next by thread: Re: private frameworks
  • Index(es):
    • Date
    • Thread