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: Steve Checkoway <email@hidden>
- Date: Tue, 06 Dec 2005 19:01:30 -0800
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.
The way I got around it was to use one configuration with a single
period for the name.
Clearly, this solution isn't ideal.
- Steve
_______________________________________________
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