Re: Specifying Where The Build Product Should Be Placed
Re: Specifying Where The Build Product Should Be Placed
- Subject: Re: Specifying Where The Build Product Should Be Placed
- From: Howard Rodstein <email@hidden>
- Date: Wed, 21 Sep 2005 17:04:56 -0700
>1) When doing development you can control the build results folder
>being used via the Development Build Products Path setting. However,
>by default we append the configuration name to this path to separate
>different configurations. You can override this behavior by setting
>CONFIGURATION_BUILD_DIR to $(SYMROOT) at the target or project level.
Thank you. This worked. I had to create a custom setting named CONFIGURATION_BUILD_DIR because it is not available through the built-in settings user interface in Xcode 2.1, as far as I could tell.
For the benefit of others, here is my procedure for specifying the directory where Xcode should create my application:
1. Display the project inspector for the target.
2. From the Configurations popup menu, select the Debug configuration.
3. From the Collection popup menu, select Build Locations.
4. For the Development Build Products Path setting, replace the default value, "build", with the full POSIX path to the desired output directory.
5. Change the Development Intermediates Path setting from the default value, "$(SYMROOT)", to "build". This prevents Xcode from storing some of its intermediate files in the desired output directory.
6. Add a custom setting named CONFIGURATION_BUILD_DIR and set it to the full path to the desired output directory.
Howard Rodstein
WaveMetrics
_______________________________________________
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