Re: instantiateNibWithOwner: fails due to "mutated while enumerated" [SOLVED]
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