• 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
Re: Method Signature Problem.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Method Signature Problem.


  • Subject: Re: Method Signature Problem.
  • From: Kyle Sluder <email@hidden>
  • Date: Fri, 12 Jun 2009 11:05:40 -0700

Read the error message.  It's saying "I couldn't find a method with
this name.  I'll still compile your code, but it better look like what
I'm assuming it looks like, or else you're going to blow up at
runtime."

You need to declare the method somewhere, and that declaration must
either be in every source file that sends that message, or in a header
file that they all include.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Method Signature Problem. (From: Joshua Garnham <email@hidden>)

  • Prev by Date: How can we mount and unmount dmg files on MAC OS X?
  • Next by Date: Re: Method Signature Problem.
  • Previous by thread: Method Signature Problem.
  • Next by thread: Re: Method Signature Problem.
  • Index(es):
    • Date
    • Thread