Hiya,
I am catching an exception, a fast enumeration mutation error, but don't really see where I'm making the error. Could someone walk me through setting an appropriate breakpoint, as I am only working on my first project, or point to a how to? My KVO exceptions were helpful in telling me to set NSKVODeallocateBreak.... This says
main: Caught NSGenericException: *** Collection <NSCFArray: 0x13aeb0> was mutated while being enumerated. It only ever happens on the iPhone, never in the simulator, when I am not debugging, when the rest of the system is wigging out on low memory, and when I've recovered from low memory several times. Think I'll go try to be more efficient about memory, but should probably find this. :/
(have searched on every "for (", "removeObject", "addObject", "removeFromSuperview"...)
TIA, KT |