• 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
FAQ: Development Build Products Path includes build configuration name?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FAQ: Development Build Products Path includes build configuration name?


  • Subject: FAQ: Development Build Products Path includes build configuration name?
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 6 Jun 2005 20:29:46 -0700


On Jun 6, 2005, at 8:27 PM, Tim Conkling wrote:

I want to have my binaries built in a project-relative directory I have created (../Applications). With Xcode 2.0 this worked fine, but with 2.1 my binaries are being built in "../Applications/Debug" (Debug being the name of my build configuration).


How do I prevent this? I went through all the build settings and couldn't find anything that seemed relevant.


This is new default behavior in Xcode 2.1 and is pretty important in keeping Debug (NATIVE_ARCH) binaries separate from Release (Universal) binaries.   Because each architecture is an entire compile pass, blowing away your release version by switching to the debug target has more serious consequences than before.

If you cannot reconfigure your workflow to accomodate this, then you can

defaults write com.apple.Xcode UsePerConfigurationBuildLocations YES

See the Xcode Expert Preferences Notes for details.

Chris
 _______________________________________________
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: FAQ: Development Build Products Path includes build configuration name?
      • From: Chris Espinosa <email@hidden>
References: 
 >Development Build Products Path includes build configuration name? (From: Tim Conkling <email@hidden>)

  • Prev by Date: Re: Cannot search in Release Notes
  • Next by Date: SCM status is gone/XC2.1
  • Previous by thread: Development Build Products Path includes build configuration name?
  • Next by thread: Re: FAQ: Development Build Products Path includes build configuration name?
  • Index(es):
    • Date
    • Thread