Re: Debug/Release Library Matching
Re: Debug/Release Library Matching
- Subject: Re: Debug/Release Library Matching
- From: Chris Bergmann <email@hidden>
- Date: Tue, 6 Sep 2005 22:29:28 +1000
I spent much of the day reworking our project structure. While it feels cleaner overall, I'm running into a fairly simple problem with the new setup which appears difficult to fix- the "Copy Files" build phase cannot be customised on a per-configuration basis. This means that while I can link against debug libraries for my debug configuration, and release libraries for my release configuration, i'm unable to copy the appropriate libraries into my application framework.
Anyone got any ideas on how to work around this limitation?
thx,
chris
On 06/09/2005, at 00:02 , Andy O'Meara wrote:
The trick that I’m currently using works like a champ: just make test enclosing dest folder (“ex, Debug”) a symbolic link for where you really want it to be built. This way, no editing of any of the project settings are needed and you have easy, quick, and complete control of where you products are built. If you’re rusty in the command line world, here ya go:
ln -s "/Users/blah/theDestFolder/" "/Users/blah/myProject/build/Debug"
Andy
|
_______________________________________________
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