Re: Sharing a Framework between multiple applications
Re: Sharing a Framework between multiple applications
- Subject: Re: Sharing a Framework between multiple applications
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 12 Jul 2007 17:26:40 -0600
On Jul 12, 2007, at 5:07 PM, Alexander Hartner wrote:
I would like to share a framework between multiple applications, a
command line tool and a System Preferences Panel. So I first build
the framework and then add the product to the other projects. It
seems to me however that this results in the framework being
statically linked as changes to the framework are only reflected
after a rebuild of the respective projects. I was hoping to
dynamically link to the framework to allow me to deploy the
framework and change to it, independent of the application with use
it.
Any suggestion on how this can be achieved in X Code.
IANTM, but this is a question for the xcode-users list. This is a
Cocoa mailing list.
But just to answer your question anyway, you need to install the
framework into /Library/Frameworks or ~/Library/Frameworks in order
for that to work.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden