• 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
clearing up framework dependancies
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

clearing up framework dependancies


  • Subject: clearing up framework dependancies
  • From: Ken Hawkins <email@hidden>
  • Date: Wed, 28 Apr 2004 09:00:28 -0700

i have the following problem that is giving me fits:

framework (foo) has functionality (bar)

i have created framework (myframework) that needs to use (bar) from (A)

all this seems to be fine (compiles fine) until i add framework (myframework) into an application. then when run boom!

dyld: /Developer/projects/Rosewoodblues/BroadJam/Software/Frameworks/Tester/ build/Tester.app/Contents/MacOS/Tester can't open library: /Users/ken/Library/Frameworks/foo.framework/Versions/A/Afoo (No such file or directory, errno = 2)

it looks like for the embedded fraework (foo) it wants to try and look for it in the Users lib area. the weird thing is that for (myframework) it finds it fine and dandy in its build home, NOT the Users Library path. myframework was added relative to the project. how can i tell xcode to look for embedding frameworks within their build dirs and not default to the Users dir?

the flags in the target are set to search in both the .../foo/build/... and .../myframework/... dirs as well.

surely i am not the first to try this... am i?

thanks,
ken;
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: Releasing a sub-view
  • Next by Date: Trying to display an NSButtonCell mixed state using binding
  • Previous by thread: Re: can't get NSZombie to work
  • Next by thread: Trying to display an NSButtonCell mixed state using binding
  • Index(es):
    • Date
    • Thread