Re: Objective-C frameworks
Re: Objective-C frameworks
- Subject: Re: Objective-C frameworks
- From: Chris Moore <email@hidden>
- Date: Mon, 27 Feb 2006 18:17:15 +0900
How are you including the header files for those classes...
#include "header.h" ?
#include <header.h> ?
On Feb 27, 2006, at 1:28 PM, Devraj Mukherjee wrote:
Hi Everyone,
I am pretty new to Objective-C programming and am working on a
project to be released on Sourceforge (http://sourceforge.net/
projects/astrxtools4osx/).
I am interested in separating a lot of the common code in my
project (shared between various applications), into an Objective-C
framework.
I managed to create an Objective-C framework, placed it in the
framework directory and included it in the target project. However
now I can't seem to refer to any of the classes that are available
in my "Framework"
Is there anything that I am obviously doing wrong? Do I have to
make the classes in the framework public in anyway?
Any advise will be very welcome. Thanks for your time in advance.
Devraj
_______________________________________________
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
_______________________________________________
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