I'm trying to use rb-appscript to automate a build process using Xcode. I'm having trouble getting the text value of elements which I believe should return text. Take, for example, the name of a project:

name AEType.new("ctxt") -- The name of this target.

If I try to display this using "p" I get:

app("/Developer/Applications/Xcode.app").active_project_document.active_target.name

Any thoughts on how I can get the text value?

link|improve this question

AppleScript does seem to be able to extract the text values, so I'm wondering if this is an appscript limitation... – Ben Flynn Jun 27 '11 at 18:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.