Re: XCode and frameworks
Re: XCode and frameworks
- Subject: Re: XCode and frameworks
- From: Shawn Erickson <email@hidden>
- Date: Sun, 18 Jan 2004 11:54:52 -0800
On Jan 18, 2004, at 10:52 AM, Clark Cox wrote:
On Jan 18, 2004, at 12:15, Michael Rothwell wrote:
I'm trying to separate out some of my project's code into a (private)
framework. XCode is making this an extremely frustrating and difficult
exercise. I'm surprised at how arcane it is... come on, Apple!
Does anyone have a tutorial they would like to share? I would really
appreciate it.
What exactly are you having trouble with?
Create a new framework type target in your project (framework templates
exist), click a few check boxes to link in the source files you want,
and if needed have your main target depend on those frameworks and copy
those frameworks as needed.
It really isn't that hard IMHO and online Xcode help cover tasks
related to doing this... note the following topics in help...
"Targets" in particular "Configuring a Target" and "Creating a Copy
Files Build Phase"
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.