Custom Framework Basics
Custom Framework Basics
- Subject: Custom Framework Basics
- From: Francisco Tolmasky <email@hidden>
- Date: Sun, 29 May 2005 14:45:06 -0700
I'm attempting to create a custom framework, and I would like to know
how to initially set up my project. Apple suggests having a
Framework Target and a Testing Target within the same project since
the dependancies are "easy to handle". But I'm having trouble doing
this. I have been able to add a new target to my framework project,
and have been testing with it, but Im not sure if Im doing some thing
correctly. For example, I ended up adding Cocoa and FOundation
frameworks twice, one for each target, this seems innifficient, but
maybe its required. Also, to use my custom framework in my other
target, Im having to do things like #import "customclass.h" #import
"customclass.m", which seems very incorrect. The whole point of
having everything in one project is to make things easier, so how do
I access my framework files easily from my testing target, i.e.
treating as if it is a real framework?
Thanks in advance,
Francisco Tolmasky
email@hidden
www-scf.usc.edu/~tolmasky
_______________________________________________
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