Re: Objective-C frameworks
Re: Objective-C frameworks
- Subject: Re: Objective-C frameworks
- From: Keith Alperin <email@hidden>
- Date: Mon, 27 Feb 2006 15:34:50 -0600
There is a really spectacular video tutorial on how to develop and
use embedded frameworks by Jonathan "Wolf" Rentzsch at his website
(http://rentzsch.com/cocoa/embeddedFrameworks). Your specific
problem (making the headers in your framework public) is covered as
well as MANY related topics.
Cheers,
Keith R. Alperin
On Feb 26, 2006, at 10: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