• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
May Not Respond To
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: May Not Respond To
      • From: "Keith Ray" <email@hidden>
  • Prev by Date: Distributed Objects: multiple services?
  • Next by Date: Re: Eject Key Code
  • Previous by thread: Re: Distributed Objects: multiple services?
  • Next by thread: Re: May Not Respond To
  • Index(es):
    • Date
    • Thread