Re:Structuring multi-framework projects
Re:Structuring multi-framework projects
- Subject: Re:Structuring multi-framework projects
- From: Anish Kumar <email@hidden>
- Date: Mon, 11 Apr 2005 12:19:24 +0530
Hi Todd,
To make your application project aware of your framework project, all
you have to do is as simple as "Drag and drop". Just drag the framework
projects proxy-icon from the Xcode window in which your framework
project is opened to your app's "Groups and Files Pane" in XCode. This
let your app aware that your Framework project exists.
Now the last thing, get the info(property) of your application's target
and in the GENERAL tab of info window you can see something called
"DIRECT DEPENDENCIES:". Here just add your framework project's TARGET
(not the framework app) and XCode will take care of the dependencies for
you.
Next time when you change your framework project, there is no need for
you to build your framework project, Xcode will make sure that when
you are building your application, the depended framework are also built
if at all they are changed.
Mail me back if you need any further help.
Regards,
-Anish
http://www.qubyx.com/
Xcode provides facilities for maintaining the dependencies for your app
that depands on external framework with "simple drag and drop". All you
need to do is just drag the
_______________________________________________
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