• 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: Creating selector for nonexistent method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating selector for nonexistent method


  • Subject: Re: Creating selector for nonexistent method
  • From: Seth Willits <email@hidden>
  • Date: Tue, 29 Apr 2014 09:29:16 -0700

On Apr 29, 2014, at 6:18 AM, Arved von Brasch <email@hidden> wrote:

> “Creating selector for nonexistent method ‘clear:’
>
>  what I’d like to understand is why it’s coming out at all.

Because when compiling that array controller's file, it has no idea that -clear: exists anywhere in any header it's importing. If you import the ISWindowController header, it'd go away. Your other option is to make a protocol (say, if this array controller is legitimately not supposed to know that ISWindowController exists) or just declare a category on NSObject or something that has -clear: in it if you really want to just shut it up ASAP.




--
Seth Willits




_______________________________________________

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


  • Follow-Ups:
    • Re: Creating selector for nonexistent method
      • From: Kyle Sluder <email@hidden>
References: 
 >Creating selector for nonexistent method (From: Arved von Brasch <email@hidden>)

  • Prev by Date: Creating selector for nonexistent method
  • Next by Date: Re: Creating selector for nonexistent method
  • Previous by thread: Creating selector for nonexistent method
  • Next by thread: Re: Creating selector for nonexistent method
  • Index(es):
    • Date
    • Thread