Re: Help, in Framework Hell!
Re: Help, in Framework Hell!
- Subject: Re: Help, in Framework Hell!
- From: Aaron Tuller <email@hidden>
- Date: Sun, 5 Aug 2001 10:48:57 -0700
see this:
ftp://ftp.omnigroup.com/pub/software/Source/MacOSX/Applications/Launcher-2000-06-02.tar.gz
it sets up the framework path and then launches your app. it's
pretty cool, though really Apple should just have it search the right
path automatically.
-aaron
At 3:52 AM -0700 8/5/01, Steve Gehrman wrote:
I've read all the docs on including a framework within my
application bundle and there must be a step missing somewhere,
because I've tried everything and it still doesn't work.
All I'm trying to do is include the OmniAppkit framework in my app.
I added the framework to my app.
I added the copy files build phase
I rebuilt the OmniAppkit with the @executable_path/../Frameworks stuff
I set the SKIP_INSTALL to YES
I did everything, but when I run the app It says it can't find the
OmniAppKit. Obviously it's not searching it's own Frameworks
folder, because the copy files phase put it there.
WHAT is going ON? The docs on this should be very simple what step
did they leave out? The app bundle is getting built correctly. The
only thing I can guess is that I have to manually add this
frameworks folder to by frameworks searchpath. The documentation
and emails I have read say that this should work automatically if
you set the @executable_path stuff in the framework, but it doesn't.
steve
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev