May Not Respond To
May Not Respond To
- Subject: May Not Respond To
- From: Graham <email@hidden>
- Date: Mon, 26 Jun 2006 13:59:51 -0400
I have a compiler warning that I cannot work out how to eliminate:
/Users/graham/Projects/Flickr Finder/Controller.m:50: warning:
'CHUtil' may not respond to '+setKey:andSecret:'
Here is the method call on line 50 that it doesn't like:
[CHUtil setKey:@"xxxxxxxxxxxxxx" andSecret:@"yyyyyyyyyyyyyy"];
And here is the line in the imported interface file declaring the
method:
+ (void)setKey:(NSString *)key andSecret:(NSString *)secret;
The method call is working correctly at runtime. I also call other
class methods of this class in the Controller.m so I know the
interface is being pulled in correctly. The interface belongs to a
framework I have written.
Any suggestions as to how I can further track this down would be
appreciated.
I suspect it is something glaringly obvious, but I've spent too long
on it to be able to see it clearly any more :-)
Thanks
Graham
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden