• 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: Scott Thompson <email@hidden>
  • Date: Sun, 5 Aug 2007 20:33:23 -0500


On Aug 5, 2007, at 7:37 PM, Kyle Sluder wrote:

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

Well, following the example on that page, I tried using:

xcodebuild -PBXBuildsContinueAfterErrors YES

and all that got me was an unknown option error.

You'd probably need is for xcodebuild to define an option (say - preferences) :

xcodebuild -preferences PBXBuildsContinueAfterErrors=YES

And xcodebuild could use the NSArgumentsDomain for those prefs.

In the mean time I'll just save and restore the XCode preference from my script.

Scott

_______________________________________________
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 Tooker <email@hidden>
References: 
 >Scripts, Errors, and xcodebuild (From: Scott Thompson <email@hidden>)
 >Re: Scripts, Errors, and xcodebuild (From: Chris Espinosa <email@hidden>)
 >Re: Scripts, Errors, and xcodebuild (From: "Kyle Sluder" <email@hidden>)

  • Prev by Date: Re: Scripts, Errors, and xcodebuild
  • Next by Date: Re: Update: 64 bit computing on Intel
  • Previous by thread: Re: Scripts, Errors, and xcodebuild
  • Next by thread: Re: Scripts, Errors, and xcodebuild
  • Index(es):
    • Date
    • Thread