Re: Linking debug/release app with debug/release framework?
Re: Linking debug/release app with debug/release framework?
- Subject: Re: Linking debug/release app with debug/release framework?
- From: Daniel Jalkut <email@hidden>
- Date: Wed, 25 Jan 2006 00:20:27 -0500
Hi Guy - just add the framework project file to your application's
project (assuming they're separate projects). Then, you should be
able to do the following:
1. Make the framework's target a direct dependency of the application
target. (From the General pane of the Target inspector).
2. Include the framework's build result (open the disclosure triangle
for the included project icon) in the application target.
Xcode will take care of matching the correct build configurations, as
long as they're named the same (and you build them to a common build
directory).
Daniel
On Jan 24, 2006, at 11:18 PM, Guy Umbright wrote:
I am guess I am just being dim here...but here goes.
I have a private framework and have built release and debug version.
I have an app that uses that framework and want the debug version
of the app to use the debug
version of the framework, the release version of the app to use the
release framework.
How do I do this in XCode?
Guy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
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