Re: xcode proj to depend on dyn lib from another project
Re: xcode proj to depend on dyn lib from another project
- Subject: Re: xcode proj to depend on dyn lib from another project
- From: Dave Carrigan <email@hidden>
- Date: Thu, 29 Oct 2009 16:22:49 -0700
On Oct 29, 2009, at 4:13 PM, Richard Langly wrote:
I'm new to xcode and trying to figure out the best way to do this.
I have a dynamic library which I've created in one XCode project, and
I now have a small interface application in another XCode project that
depends on the dynamic lib.
How do I tell the application to use the dynamic lib, and every time I
make changes to my lib, I can rebuild my app and it will pick up the
new lib?
Add the library's project to the app's project, then add the library
target to the app's dependencies.
--
Dave Carrigan
email@hidden
Seattle, WA, USA
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden