Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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




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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

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>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.