Skip navigation.
 
mlRe: Re : Newbie Q : using a framework
FROM : Julio Cesar Silva dos Santos
DATE : Mon Jul 17 20:59:28 2006

You should read the Apple Documentation:

http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/CreatingFrameworks.html

There are some additional steps you should take care before using 
your framework. There is also a tutorial in

http://rentzsch.com/cocoa/embeddedFrameworks

Julio Cesar Silva dos Santos
<email_removed>
Blogjective-C
http://www.jcs.santos.nom.br/wp
FetchYourLyrics
http://www.jcs.santos.nom.br/fyl/fyl.html


On 17/07/2006, at 15:21, <email_removed> wrote:

>>> inside a file in MyProject, the compiler complains that itdoes 
>>> not find
>>> the file
>>> MyFramework/MyFramework.h. What did I forget to do ?

>>
>> Could be several things.  Here's one I'm familiar with:
>>
>> In your framework project, click on Target > MyFramework > Copy 
>> Headers and
>> make sure the "Role" of MyFramework.h is "public".  Xcode makes them
>> "project" by default.

>
>        I already thought of that and checked this point. Any other 
> ideas ?
>
>                                              Ewan

Related mailsAuthorDate
mlNewbie Q : using a framework delanoy Jul 17, 19:10
mlRe: Newbie Q : using a framework Jerry Krinock Jul 17, 19:25
mlRe : Newbie Q : using a framework delanoy Jul 17, 20:21
mlRe: Re : Newbie Q : using a framework Julio Cesar Silva… Jul 17, 20:59