Xcode and Project dependencies
Xcode and Project dependencies
- Subject: Xcode and Project dependencies
- From: Olivier Tristan <email@hidden>
- Date: Tue, 28 Sep 2004 10:23:19 +0200
Hi Guys,
I would like to know the best way of having a debug and release project
wich have other xcode projects as dependencies wich each should have a
debug and release version too.
Debug final product use all debug version of each subproject
Release final product use all release version of each subproject
Both version should be accesible at the same time (maybe different
directory)
I tried using build style with the "Development Build Products Path" and
"Development Intermediates Path"
modified like that $(SYMROOT)/Release for the first one
$(OBJROOT)/Release in the case of the release version.
(I've change Release for Debug in the debug version)
The problem is that xcode mess up dependencies and can't find the build
product of those dependencies.
Is there a way to do this correctly ?
Thanks,
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
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