Re: including library in .app
Re: including library in .app
- Subject: Re: including library in .app
- From: Tito Ciuro <email@hidden>
- Date: Sat, 1 Feb 2003 18:57:56 +0100
On Saturday, February 1, 2003, at 06:33 PM, Pete Carss wrote:
Its still not working for me...
I've got my project to create the Framework directory, and copy
libxml.framework into that directory. I also have the framework
sitting in the Frameworks/linked Frameworks group in PB. what setting
do you have in the frameworks are for the search paths settings box?
My project has two targets: MyApp and MyFramework.
MyApp:
- Search paths: <empty>
- Copy Files build phase:
- Where: Frameworks
- Subpath: <empty>
- Copy only when installing: <deselected>
- Files: <your files here>
MyFramework:
- Installation Settings: @executable_path/../Frameworks
- Search paths: <empty>
In PB, I have placed 'MyFramework.framework' within the Frameworks
folder (as opposed to Linked Frameworks or Other Frameworks). I didn't
have to modify the headers.
BTW... I also created a dependency of MyApp on MyFramework, so it'll
always build in the right order. That's it.
I hope this helps,
-- Tito
_______________________________________________
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.