• 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: unrecognized selector sent to instance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unrecognized selector sent to instance


  • Subject: Re: unrecognized selector sent to instance
  • From: "John C. Randolph" <email@hidden>
  • Date: Wed, 15 Apr 2009 08:41:15 -0700


Jason,

I just tried dropping your code into a new Foundation Tool project, and it looks like your problem happens when your subclass of NSOutputStream sends [super initToFileAtPath:append:].

Check the subclassing notes on NSOutputStream. It looks like it's a class cluster, and NSOutputStream itself doesn't implement - initToFileAtPath:append:. That would be left up to concrete subclasses to implement.

-jcr
_______________________________________________

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: 
 >unrecognized selector sent to instance (From: Jason Stephenson <email@hidden>)

  • Prev by Date: Re: unrecognized selector sent to instance
  • Next by Date: Re: unrecognized selector sent to instance
  • Previous by thread: Re: unrecognized selector sent to instance
  • Next by thread: filteredArrayUsingPredicate and points
  • Index(es):
    • Date
    • Thread