Re: XCode and AppleScript
Re: XCode and AppleScript
- Subject: Re: XCode and AppleScript
- From: Matt Neuburg <email@hidden>
- Date: Fri, 21 Apr 2006 10:44:40 -0700
- Thread-topic: XCode and AppleScript
On Fri, 21 Apr 2006 13:46:32 +0200, Dieter Oberkofler
<email@hidden> said:
>I would like to use AppleScript to automate some recurring procedures
>when using several XCode projects.
>I would especially like to:
>- Open a Xcode project file
>- Clear all targets and/or build configurations
>- Build all targets and/or build configurations
>- Set the active target or build configuration
>- Set some build settings
>I am especially having a hard time to understand why AppleScript
>complains about some timeout errors during a longer build and would
>hope that someone might have some samples to share or could point me
>to some documentation in this area.
I have not tried this myself, but I would hazard a guess that timeout errors
indicate that the Apple event in question is timing out (especially since
you say that this is during "a longer build"). The default is 60 seconds, so
if you tell Xcode to do something and it takes it longer than 60 seconds to
do it, a timeout error is correct and expected behaviour. Have you tried
increasing the timeout value? (See my book if you don't know how.) m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
_______________________________________________
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