Re: Newbie-Q : Framework or library?
Re: Newbie-Q : Framework or library?
- Subject: Re: Newbie-Q : Framework or library?
- From: Joseph Kelly <email@hidden>
- Date: Mon, 22 Sep 2008 16:06:40 -0700
Here's something I refer to every time I need to create a framework.
The topic is embedded frameworks (which are frameworks you store
within your app's bundle) but the basics can be applied to developing
public frameworks:
http://rentzsch.com/cocoa/embeddedFrameworks
Joe K.
On Sep 19, 2008, at 9:36 PM, D.K. Johnston wrote:
I want to use a class I wrote for one programme in other programmes,
and perhaps even send it to other developers to use. To do this, do
I make it into a framework, a dynamic library, or a static library?
I tried building it as a framework. I then added the framework to a
test project, but couldn't get it to build. I did have:
#import <MyFramework/MyHeader.h>
in the test file. I strongly suspect I have no clue what I'm doing.
References to documentation would be gratefully received.
dkj
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users 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.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden