Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[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]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [split] Mac OS X auto build script - [Unknown] - 08-30-2014 07:08 AM

Forum Jump: