• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Custom Framework Basics
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Custom Framework Basics
      • From: Rustam Muginov <email@hidden>
    • Re: Custom Framework Basics
      • From: Jonathon Mah <email@hidden>
  • Prev by Date: Re: primitiveValueForKey Memory Management
  • Next by Date: Bindings Basics: selections
  • Previous by thread: Fastest way of writing NSData+extras to a file?
  • Next by thread: Re: Custom Framework Basics
  • Index(es):
    • Date
    • Thread