Help, in Framework Hell!
Help, in Framework Hell!
- Subject: Help, in Framework Hell!
- From: Steve Gehrman <email@hidden>
- Date: Sun, 5 Aug 2001 03:52:14 -0700
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