Selector not recognised error
Selector not recognised error
- Subject: Selector not recognised error
- From: Zac Belado <email@hidden>
- Date: Sun, 24 Mar 2002 16:35:14 -0800
I have the following code snippet
theResults = [NSString stringWithFormat:@"%d : %@\n", n, currentLine];
[finalText appendString:theResults];
theResults is defined as an NSstring and finalText is defined as an
NSMutableString
When the code runs I get an error
2002-03-24 15:38:09.815 dView[682] *** -[AppController appendString:]:
selector not recognized
Any idea why its raising this error when appendString is most assuredly a
method of NSMutableString?
TIA
--
Thank God men cannot as yet fly and lay waste the sky as
well as the earth!
Henry David Thoreau
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.