Re: unrecognized selector sent to instance
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