Re: Compiler warning - totally stumped
Re: Compiler warning - totally stumped
- Subject: Re: Compiler warning - totally stumped
- From: Ken Tozier <email@hidden>
- Date: Sat, 3 May 2008 11:46:40 -0400
On May 3, 2008, at 11:34 AM, Chris Espinosa wrote:
Do you have another invokeWithSelector:arguments: method declared
on another class with different types? (Typically a withSelector
takes a (SEL) and arguments are varidic).
Just did an Xcode "Find selected text in project" with the option "In
projects and frameworks" and PHPInvocation's
invokeWithSelector:arguments: seems to be the only one.
The reason I use a string instead of a SEL is that it is the name of
a method of a PHP script class that lives on a server. I wanted to
preserve the normal Cocoa syntax for invoking methods.
Ken
_______________________________________________
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