RE: How to build an xcode project with AppleScript?
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: Tue, 20 Dec 2005 10:21:25 +0100
- Thread-topic: How to build an xcode project with AppleScript?
Hi,
Thanks, its working !!! :)
I can now see the active configuration
change, but the applescript failed because of an error like …
Xcode error : AppleEvent timeout
( the build phase is slow … )
I will google to see how
to remove this timeout :)
Alexandre
De :
Gouri Jonnalagadda [mailto:email@hidden]
Envoyé : lundi 19 décembre
2005 19:26
À : Alexandre Fabre
Cc : Sean McBride;
email@hidden
Objet : Re: How to build an
xcode project with AppleScript?
Try this...
-- provide path to the project file to
open it. You can also set up varialbes to make it genereic rather than hard
coding it. This should start you off.
open alias "Turmeric8M654:Users:Shared:cocoTEst:cocoTEst.xcodeproj:"
set
active build configuration type
to
build configuration
"Release"
get
name of active build configuration type
On Dec 19, 2005, at 8:11
AM, Alexandre Fabre wrote:
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
|
_______________________________________________
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