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 10:22:12 +0100
On Saturday, February 1, 2003, at 03:47 AM, Timothy Ritchey wrote:
>
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 :)
Indeed it is :)
The problem is in Apple's documentation:
http://developer.apple.com/techpubs/macosx/DeveloperTools/
ProjectBuilder/ProjectBuilder.help/Contents/Resources/English.lproj/
Frameworks/Embedding_a_Application.html
If you look at section Copy the Framework Into the Application, step #4
states:
>
Choose Frameworks from the Where pop-up menu, select the Copy only
>
when installing option, and drag the framework to the Files field.
This is a mistake. The checkbox has to be deselected, not selected.
Everything is fine after that :)
Thanks a lot everybody! :)
-- 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.