• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debug/Release Library Matching
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Debug/Release Library Matching
      • From: Scott Tooker <email@hidden>
References: 
 >Re: Debug/Release Library Matching (From: "Andy O'Meara" <email@hidden>)

  • Prev by Date: Re: Old-style resource files in mach-o project
  • Next by Date: Re: "Build" stops after first few errors.
  • Previous by thread: Re: Debug/Release Library Matching
  • Next by thread: Re: Debug/Release Library Matching
  • Index(es):
    • Date
    • Thread