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

Re: FAQ: Development Build Products Path includes build configuration name?


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


On Jun 6, 2005, at 8:29 PM, Chris Espinosa wrote:

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


Ah, rather:

defaults write com.apple.Xcode UsePerConfigurationBuildLocations NO

 _______________________________________________
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

References: 
 >Development Build Products Path includes build configuration name? (From: Tim Conkling <email@hidden>)
 >FAQ: Development Build Products Path includes build configuration name? (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: [ADMIN] Time to get specific about version numbers
  • Next by Date: Re: Development Build Products Path includes build configuration name?
  • Previous by thread: FAQ: Development Build Products Path includes build configuration name?
  • Next by thread: Re: Development Build Products Path includes build configuration name?
  • Index(es):
    • Date
    • Thread