Re: Problem linking Framework to my App
Re: Problem linking Framework to my App
- Subject: Re: Problem linking Framework to my App
- From: Marius Kintel <email@hidden>
- Date: Wed, 7 Apr 2004 20:51:52 +0200
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>
~/= Marius
--
We are Elektropeople for a better living.
_______________________________________________
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.