Re: including library in .app
Re: including library in .app
- Subject: Re: including library in .app
- From: Timothy Ritchey <email@hidden>
- Date: Fri, 31 Jan 2003 21:47:31 -0500
I am using the libxml.framework in a cocoa project
I put the libxml.framework directory in a sub directory of my project
called Frameworks, and added it to the project using the project->add
framework... menu command, and make sure it is checked.
Then, I added a copy files build phase right before the Frameworks &
Libraries phase with the following settings:
Where: Frameworks
Subpath: empty
Copy only when installing: not checked
Files: Frameworks/libxml.framework
Not sure if this helps or not, but it IS possible :)
On Friday, January 31, 2003, at 07:41 PM, Tito Ciuro wrote:
Yes, I followed it but I still cannot get it to work properly.
I get a BuildPhase <NoOp>MyApp.app message in the build output. The
Copy Files phase never take place.
-- Tito
On Saturday, February 1, 2003, at 02:56 AM, Daniel Hedrick wrote:
Don't forget to check out this tutorial on CocoaDevCentral:
http://cocoadevcentral.com/articles/000042.php
(title: Frameworks Within The App Bundle)
_______________________________________________
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.
_______________________________________________
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.