Re: including library in .app
Re: including library in .app
- Subject: Re: including library in .app
- From: Pete Carss <email@hidden>
- Date: Sat, 1 Feb 2003 21:43:42 +0000
On Saturday, Feb 1, 2003, at 21:24 Europe/London, Timothy Ritchey wrote:
This sounds a little weird to me. When you say you got the project to
create the framework directory, do you mean you indicated the
"Framework" directory in the copy file phase? Just to clear up
something that might have been a little confusing: In my project
directory, I created a sub-directory by hand called Frameworks, and
copied libxml.framework to that directory. I then did Project->Add
Framework... from Project Builder, and selected the libxml.framework.
Then, I added a new copy build phase, dragged the libxml.framework
from the files pane, and selected the "Frameworks" option with no
subdirectory, the "only copy on install" not selected.
no, that's exactly what I did. The app compiles, but when I run it i
get:
dyld:
/Volumes/Pete's/Projects/Wisdom/build/Wisdom.app/Contents/MacOS/Wisdom
can't open library: ./libxml.framework/Versions/2.4.26/libxml (No such
file or directory, errno = 2)
Wisdom has exited due to signal 5 (SIGTRAP).
_______________________________________________
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.