Re: Problems making a framework (was tabbed class like Safari)
Re: Problems making a framework (was tabbed class like Safari)
- Subject: Re: Problems making a framework (was tabbed class like Safari)
- From: Prachi Gauriar <email@hidden>
- Date: Mon, 21 Nov 2005 12:06:59 -0500
On Nov 21, 2005, at 6:15 AM, malcom wrote:
Mmmm right :-/ It's true.
Now I've copied the framework in Linked with Library and Copy Files
(Framework). Unfortunatly this not solve the problem and now I've
received a stupid error
error: nemoTabFM/nemoTabFM.h: No Such File or Directory
.... but it's here!
Did you set the header's role to be public? Click on your Framework
target. For each of the headers that you want to allow people to
import, set the role (in the Role column) to public. For headers
that are part of your framework but you don't want others to use them
(e.g support classes), set the role to private. Finally, for headers
that no one outside of your project should know about, set the role
to project.
-Prachi
_______________________________________________
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