Re: Lost in Linking a Framework within the App bundle
Re: Lost in Linking a Framework within the App bundle
- Subject: Re: Lost in Linking a Framework within the App bundle
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 20 Jul 2004 18:53:17 -0700
On Jul 20, 2004, at 4:16 PM, Charles PARNOT wrote:
From what you say, I think you did not do what follows, so just in
case here is a potential solution:
I believe you have to recompile the framework itself with
@executable_path/../Frameworks, as explained here:
http://www.cocoadevcentral.com/articles/000042.php
(good thing you have the source code, otherwise you are stuck)
If you don't have the source code:
* Put the compiled framework in a "Frameworks" folder in the project
folder.
* Add the framework to the project.
* Add a Copy Files build phase as described at
<
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/CreatingFrameworks.html>.
* Set the project's Framework Search Paths to
@executable_path/../Frameworks Frameworks
mmalc
_______________________________________________
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.