I was playing around with NSInvocation to get around the argument number limitation in the performSelectorXXX methods.
I failed to pass in the addresses of the arguments and got the folowing announcement: *** Uncaught exception: <NSInvalidArgumentException> *** +[NSCFString length]: selector not recognized
I spent a lot of time trying to figure out the error but failed.
by jonnie savell — Aug 07
I was playing around with NSInvocation to get around the argument number limitation in the performSelectorXXX methods.
I failed to pass in the addresses of the arguments and got the folowing announcement: *** Uncaught exception: <NSInvalidArgumentException> *** +[NSCFString length]: selector not recognized
I spent a lot of time trying to figure out the error but failed.
Finally, I ran to Google and found this page.
Again, thank you.