Re: NSMutableArray selector not recognised
Re: NSMutableArray selector not recognised
- Subject: Re: NSMutableArray selector not recognised
- From: Andy Lee <email@hidden>
- Date: Sat, 1 Oct 2005 11:10:15 -0400
On Oct 1, 2005, at 11:05 AM, Andy Lee wrote:
The "+" in the error messages indicates tempRenders is the
NSMutableArray *class* object rather than an NSMutableArray
*instance*.
Check the code where you populate the currentRenders array.
Presumably you intended to create array instances somewhere in your
code. Maybe you used an +alloc method without a corresponding -init?
Oops, that didn't make sense -- an +alloc without an -init wouldn't
have caused the problem. Anyway, make sure you have an instance
rather than the class.
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden