Re: Using AppleScript to access a Copy File Phase in an Xcode project
Re: Using AppleScript to access a Copy File Phase in an Xcode project
- Subject: Re: Using AppleScript to access a Copy File Phase in an Xcode project
- From: Gouri Jonnalagadda <email@hidden>
- Date: Tue, 27 Sep 2005 08:42:35 -0700
On Sep 27, 2005, at 6:50 AM, Dave McCaldon wrote:
Is there something that would cause me to get "Target container
does not support the add event" when retrieving a Copy Files phase
from the target vs. creating a new instance of one (which doesn't
seem to give me the error).
If you are trying to add a file reference to a target instead of a
build phase, then you are likely to get this error. You can add
items only to a build phase but not to a target directly. Targets do
not support the add event.
Also, does anyone know of a way to "introspect" the available
events/methods of an arbitrary AppleScript object?
Thanks.
Gouri
_______________________________________________
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