• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Scripts, Errors, and xcodebuild
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripts, Errors, and xcodebuild


  • Subject: Re: Scripts, Errors, and xcodebuild
  • From: "Kyle Sluder" <email@hidden>
  • Date: Sun, 5 Aug 2007 20:37:40 -0400

xcodebuild won't get its defaults from the command-line argument
domain?  In fact, the docs use Xcode as an example:
http://developer.apple.com/documentation/Cocoa/Conceptual/UserDefaults/Concepts/DefaultsDomains.html

Figured I'd ask before tossing in a feature enhancement request.  :P

--Kyle Sluder

On 8/5/07, Chris Espinosa <email@hidden> wrote:
>
>
> On Aug 5, 2007, at 11:07 AM, Scott Thompson wrote:
>
>
> I'd like to run a build as part of a larger script and I'd love to be able
> to pass along any warnings or errors to the larger script.
>
>
>
>
> I've spent several hours searching and haven't seen a "better" way to do it
> short of parsing the output of xcode build and looking for lines that look
> like errors and warnings.  This leads to two questions:
>
>
>
>
> 1. Is there a more straightforward way to extract the warnings and errors
> other than parsing the output of the command?
>
> No, in fact you (like Xcode itself) are at the mercy of the entire set of
> tools that might be called by a custom build rule or Run Script build phase
> during the build.  Parsing is about the best you can do.
>
>
>
> 2. Is there an xcodebuild equivalent of "continue building after errors"?
> Not from its command line, but you can set
>
> defaults write com.apple.Xcode PBXBuildsContinueAfterErrors YES
>
> Chris
>  _______________________________________________
> 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
>
 _______________________________________________
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

  • Follow-Ups:
    • Re: Scripts, Errors, and xcodebuild
      • From: Scott Thompson <email@hidden>
    • Re: Scripts, Errors, and xcodebuild
      • From: Scott Tooker <email@hidden>
References: 
 >Scripts, Errors, and xcodebuild (From: Scott Thompson <email@hidden>)
 >Re: Scripts, Errors, and xcodebuild (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Scripts, Errors, and xcodebuild
  • Next by Date: Re: Scripts, Errors, and xcodebuild
  • Previous by thread: Re: Scripts, Errors, and xcodebuild
  • Next by thread: Re: Scripts, Errors, and xcodebuild
  • Index(es):
    • Date
    • Thread