Re: Problem using my Framework
Re: Problem using my Framework
- Subject: Re: Problem using my Framework
- From: "stephen joseph butler" <email@hidden>
- Date: Mon, 12 Jun 2006 20:17:33 -0500
2006/6/12, Graham <email@hidden>:
The compiler is giving me errors that it cannot find some of the
header files, specifically when a framework header includes another
framework header, that included one cannot be found. I guess that is
because when compiling the app it can find the framework headers
since they have the framework/, yet headers that the headers include
do not have the framework/ and thus it cannot find them.
To get around this I can add the directory where the framework
headers are to the header search path, but I then get lots of
duplicate defined interface errors.
In your public headers you should import the other headers as
<Charlie/Header.h>, not just "Header.h". When you're building a
framework it adds itself to the search path.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden