| Computers Forum Index » Computer Languages (Objective-C) » How to automatically save all files before a build in... |
|
Page 1 of 1 |
|
| Author |
Message |
| Grant Rettke... |
Posted: Sun Jul 26, 2009 7:01 pm |
|
|
|
Guest
|
How to automatically save all files before a build in XCode 3.1.3
rather than answering 'yes' every time? |
|
|
| Back to top |
|
|
|
| Tom Harrington... |
Posted: Mon Jul 27, 2009 3:18 am |
|
|
|
Guest
|
In article
<d80bb656-db9d-42c0-8875-a7a9d5f1d91c at (no spam) c14g2000yqm.googlegroups.com>,
Grant Rettke <grettke at (no spam) gmail.com> wrote:
Quote: How to automatically save all files before a build in XCode 3.1.3
rather than answering 'yes' every time?
The only way I know of is the way you're doing it-- hit command-B to
build, and when it asks, tell it to save all.
--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/ |
|
|
| Back to top |
|
|
|
| Allen Brunson... |
Posted: Mon Jul 27, 2009 4:09 am |
|
|
|
Guest
|
Grant Rettke <grettke at (no spam) gmail.com> wrote:
Quote: How to automatically save all files before a build in XCode 3.1.3
rather than answering 'yes' every time?
then Tom Harrington wrote:
Quote: The only way I know of is the way you're doing it-- hit command-B to
build, and when it asks, tell it to save all.
you’re in for a surprise, then.
in xcode preferences, pick the “Building” tab. in the lower right corner,
there’s a section labeled “Build Options.” Where it says “For Unsaved Files:”
select “Always Save.” |
|
|
| Back to top |
|
|
|
| Tom Harrington... |
Posted: Mon Jul 27, 2009 7:26 pm |
|
|
|
Guest
|
In article <PM00046FA4C498F11B at (no spam) genevieve-2.unknown.dom>,
Allen Brunson <noemail at (no spam) spam.com.invalid> wrote:
Quote: Grant Rettke <grettke at (no spam) gmail.com> wrote:
How to automatically save all files before a build in XCode 3.1.3
rather than answering 'yes' every time?
then Tom Harrington wrote:
The only way I know of is the way you're doing it-- hit command-B to
build, and when it asks, tell it to save all.
you’re in for a surprise, then.
in xcode preferences, pick the “Building” tab. in the lower right corner,
there’s a section labeled “Build Options.” Where it says “For Unsaved Files:”
select “Always Save.”
OK I did know about that. But I consider it to be a really bad idea--
not least because Xcode has an annoying tendency to see unsaved files in
TextWrangler as needing to be saved before I compile. Telling Xcode to
save all changed files is one thing, but having it do so automatically
is a different matter.
--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/ |
|
|
| Back to top |
|
|
|
| Rick... |
Posted: Tue Jul 28, 2009 12:04 am |
|
|
|
Guest
|
In article <tph-04D5CE.17180726072009 at (no spam) localhost>,
Tom Harrington <tph at (no spam) pcisys.no.spam.dammit.net> wrote:
Quote: In article
d80bb656-db9d-42c0-8875-a7a9d5f1d91c at (no spam) c14g2000yqm.googlegroups.com>,
Grant Rettke <grettke at (no spam) gmail.com> wrote:
How to automatically save all files before a build in XCode 3.1.3
rather than answering 'yes' every time?
The only way I know of is the way you're doing it-- hit command-B to
build, and when it asks, tell it to save all.
Have you tried the preference setting on the building tab?
Set the drop down to "Always Save" unsaved files before building. |
|
|
| Back to top |
|
|
|
|