• 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: Error: mutating method sent to immutable object
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error: mutating method sent to immutable object


  • Subject: Re: Error: mutating method sent to immutable object
  • From: Simon Robbie <email@hidden>
  • Date: Sat, 4 Apr 2009 09:02:04 -0400

Change:

			[arregloNumeros release];
		}

to:

			[arregloNumeros removeAllObjects];
		}

		[arregloNumeros release];

regards

Simon
_______________________________________________

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


  • Follow-Ups:
    • RE: Error: mutating method sent to immutable object
      • From: Priscila J.V. <email@hidden>
  • Prev by Date: Re: Very interesting ordering caveat with NSArray arrayWithObjects:
  • Next by Date: NSXMLParser memory consumption
  • Previous by thread: RE: Error: mutating method sent to immutable object
  • Next by thread: RE: Error: mutating method sent to immutable object
  • Index(es):
    • Date
    • Thread