• 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: instantiateNibWithOwner: fails due to "mutated while enumerated" [SOLVED]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: instantiateNibWithOwner: fails due to "mutated while enumerated" [SOLVED]


  • Subject: Re: instantiateNibWithOwner: fails due to "mutated while enumerated" [SOLVED]
  • From: Philip White <email@hidden>
  • Date: Wed, 06 May 2009 08:46:14 -0600

Many thanks!
I don't know how I got this far without ever putting a breakpoint on objc_exception_throw...


-Philip

Hey Philip -

Have you tried running with a breakpoint on objc_exception_throw? Looking at the backtrace when you hit the exception could shed some light on what is happening. If that doesn't work, you could try a breakpoint on NSLog(), or even write(). After you hit the breakpoint, a quick look at the backtrace might reveal an awakeFromNib or initWithCoder: method that's mutating a collection while enumerating it.

Good Luck -
Jon Hess
_______________________________________________

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


References: 
 >instantiateNibWithOwner: fails due to "mutated while enumerated" (From: Philip White <email@hidden>)
 >Re: instantiateNibWithOwner: fails due to "mutated while enumerated" (From: Jonathan Hess <email@hidden>)

  • Prev by Date: Vector Graphic Dock Icon?
  • Next by Date: Re: Vector Graphic Dock Icon?
  • Previous by thread: Re: instantiateNibWithOwner: fails due to "mutated while enumerated"
  • Next by thread: UITextField not sending messages to delegate
  • Index(es):
    • Date
    • Thread