Re: Re : Newbie Q : using a framework
Re: Re : Newbie Q : using a framework
- Subject: Re: Re : Newbie Q : using a framework
- From: Julio Cesar Silva dos Santos <email@hidden>
- Date: Mon, 17 Jul 2006 15:59:28 -0300
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@hidden
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@hidden 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
_______________________________________________
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