Re: Xcode 4 Release Builds
Re: Xcode 4 Release Builds
- Subject: Re: Xcode 4 Release Builds
- From: Fritz Anderson <email@hidden>
- Date: Thu, 21 Jul 2011 08:32:37 -0500
On 21 Jul 2011, at 12:08 AM, Brock Brandenberg wrote:
> Try setting SYMROOT to "$(PROJECT_DIR)/build" under the build locations section of the project or target build settings (as appropriate for your product). This will cause your executables to be written into a build folder inside your project folder, the same old familiar place as Xcode3 wrote them. Make sure you set the combined setting and not the individual release and debug variants because they will automatically append "Release" and "Debug" to the SYMROOT path for you when you build. The new "derived data" will still be buried in your ~/Library/Developer folder, but at least you'll have your executables in the place you want them.
>
> You should be able to do a simple build (command-B) with a scheme that has "run" set to release and have a complete product sitting in your ...build/Release folder.
I am bemused at the thought that
* resetting a build location (and not with the UI provided for the purpose, but with a relatively-hidden build setting),
* modifying the source-control ignore files,
* respecifying the build configuration with every build, and
* rummaging through a product-files directory
is simpler than using the UI provided for the purpose. Click the Share… button, ask for an app, and save the thing wherever you please — is that hard?
— F
_______________________________________________
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