OmniFrameworks
OmniFrameworks
- Subject: OmniFrameworks
- From: Mark T <email@hidden>
- Date: Fri, 10 Aug 2001 19:53:11 -0400
I recently compiled and installed the 10 public OmniFrameworks as per
the exact instructions on cocoadevcentral.com's tutorial. But when I
try to use them in a project, all I get are "header file
'OmniFoundation/OmniFoundation.h' not found" errors. I've added the
framework to the project with the Add Frameworks menu command, and
made sure that it was included in the target. But it flags that error
in my #import <OmniFoundation/OmniFoundaton.h> line. I've tried
#import-ing the full absolute path to the header, but then It can't
find any of the headers imported in OmniFoundation.h, so even more
errors.
It's worth noting that the framework itself seems to work properly,
as I can do a line like
#import
"/Library/Frameworks/OmniFoundation.framework/Versions/2001A/Headers/NSMutableDictionary-OFExtensions.h"
And then use the category methods contained within.
So it seems to just be a problem with Project Builder finding the
appropriate header files within the framework. Any suggestions?
Thanks,
Mark T.