Re: Problem linking Framework to my App
Re: Problem linking Framework to my App
- Subject: Re: Problem linking Framework to my App
- From: Mark Munz <email@hidden>
- Date: Wed, 7 Apr 2004 18:40:32 -0600
On Apr 7, 2004, at 12:51 PM, Marius Kintel wrote:
On Wed, Apr 07, 2004 at 09:48:13AM -0600, Mark Munz wrote:
- framework is setup correctly to run inside Application
@executable_path/../Frameworks
Am I forgetting an obvious step? Maybe I need a "Adding frameworks
checklist" with steps that need to be taken each time.
I haven't checked this myself, but can it be that the library itself
has
a hardcoded path that also needs to be set to
@executable_path/../Frameworks/<libname> ?
e.g. install_name_tool -id <installname> <libname>
I don't think this is the case, the framework works in other
applications already and appears to be setup to be dropped into any
other application.
When I do a Deployment build, Xcode says it can't find the symbols
referenced in the framework. It seems like Xcode isn't even seeing the
framework.
I got a message from someone else that they were having a similar
problem, so I wonder if it's maybe a problem with Xcode? That's why I'm
wondering if I have to do something special. Is it getting confused
because I have more than one custom framework? I don't know. I'm
looking for ideas to try -- right now I'm stuck. I can't make any more
progress because I can't use the framework I need.
Mark
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.