• 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: NSMutableArray selector not recognised
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSMutableArray selector not recognised (From: Aaron Wallis <email@hidden>)
 >Re: NSMutableArray selector not recognised (From: Andy Lee <email@hidden>)

  • Prev by Date: Re: NSMutableArray selector not recognised
  • Next by Date: Re: NSMutableArray selector not recognised
  • Previous by thread: Re: NSMutableArray selector not recognised
  • Next by thread: Re: NSMutableArray selector not recognised
  • Index(es):
    • Date
    • Thread