• 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: How to build an xcode project with AppleScript?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How to build an xcode project with AppleScript?


  • Subject: RE: How to build an xcode project with AppleScript?
  • From: "Alexandre Fabre" <email@hidden>
  • Date: Mon, 19 Dec 2005 17:11:40 +0100
  • Thread-topic: How to build an xcode project with AppleScript?

Hi,

 

I am searching a workaround for a xcode and xcodebuild bug. I am searching how to make an apple script to

 - open project file

 - change the active build configuration

 - then build.

 

I know now how to launch xcode and build a project when this project is already opened :) but if anyone know how to change the active build configuration and how to open a .xcodeproj it will very good :p

 

Alexandre

 


De : Gouri Jonnalagadda [mailto:email@hidden]
Envoyé : vendredi 16 décembre 2005 21:55
À : Sean McBride
Cc : email@hidden
Objet : Re: How to build an xcode project with AppleScript?

 

 

tell application "Xcode"

                     tell project 1

                                   build

                     end tell

end tell

 

On Dec 16, 2005, at 12:49 PM, Sean McBride wrote:



Hello,

 

I'm having trouble finding any examples or documentation on using

AppleScript to instruct Xcode to build a project.  Are there any sample

scripts out there?  I don't know AppleScript, so merely looking at the

dictionary in Script Editor is not helping me much. :(  Though I'm sure

this is dead easy for someone that knows. :)

 

(Yes, I know about 'xcodebuild' and would prefer to use it, but with one

project of mine it merely crashes, <rdar://4375980> yet it builds fine

from the Xcode IDE so I'm hoping using AppleScript will be a workaround.)

 

Thanks,

 

--

____________________________________________________________

Sean McBride, B. Eng                 email@hidden

Rogue Research                        www.rogue-research.com

Mac Software Developer              Montréal, Québec, Canada

 

 

 _______________________________________________

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: How to build an xcode project with AppleScript?
      • From: Gouri Jonnalagadda <email@hidden>
  • Prev by Date: Re: CW to Xcode transition - Is more RAM worthwhile?
  • Next by Date: Re: CW to Xcode transition - Is more RAM worthwhile?
  • Previous by thread: Re: How to build an xcode project with AppleScript?
  • Next by thread: Re: How to build an xcode project with AppleScript?
  • Index(es):
    • Date
    • Thread