[split] Mac OS X auto build script
|
08-30-2014, 07:08 AM
Post: #2
|
|||
|
|||
RE: [split] Mac OS X auto build script
Errors usually go to stderr, which is not redirected by >, it's redirected by 2>.
So this would probably log errors: xcodebuild 2>logfile You can also put them both e.g. something like: xcodebuild 2>&1 1>logfile When you say svn you of course will have to use git. -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[split] Mac OS X auto build script - Stanton - 08-29-2014, 10:54 PM
RE: [split] Mac OS X auto build script - [Unknown] - 08-30-2014 07:08 AM
RE: [split] Mac OS X auto build script - Stanton - 09-09-2014, 02:38 AM
|