Re: [FAQ] Omit the "Development" folder in Xcode 2.2
Re: [FAQ] Omit the "Development" folder in Xcode 2.2
- Subject: Re: [FAQ] Omit the "Development" folder in Xcode 2.2
- From: Eric Albert <email@hidden>
- Date: Tue, 6 Dec 2005 19:55:55 -0800
On Dec 6, 2005, at 7:01 PM, Steve Checkoway wrote:
Chris Espinosa wrote:
On Dec 6, 2005, at 1:40 PM, Giuseppe Giunto wrote:
Anyone know how can I omit the "Development" (or Default) folder
with xCode 2.2?
I want to to debug a Preferences pane, and if I put the build
product (overriding the default project location) in the
/Library/PreferencesPanes/, then xCode 2.2 always puts it in the
/Library/PreferencesPanes/ /Development/.
See
file:///Developer/ADC Reference Library/releasenotes/
DeveloperTools/Xcode/XcodeDefaults.html
* UsePerConfigurationBuildLocations
* If set to YES, the built products and intermediates build files
locations are segregated by configuration. If NO, the built
products and intermediates build files locations are not
segregated by configuration. Turning off this feature is not
recommended. By default this is set to YES.
To turn this off,
defaults write com.apple.Xcode UsePerConfigurationBuildLocations NO
For multiple developers developing multiple projects, that's not a
very good solution. What the user (e.g. me) really wants is to turn
that off on a per-project basis.
In your project settings, change "Per-configuration Build Products"
from "$(BUILD_DIR)/$(CONFIGURATION)" to "$(BUILD_DIR)".
Hope this helps,
Eric
_______________________________________________
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