Got a EXC_CORPSE_NOTIFY symbol crash, how to track it?

EXC_CORPSE_NOTIFY is irrelevant. The important information is in the Exception Type (EXC_CRASH (SIGABRT)) and the backtrace. A crash in -[__NSArrayM insertObject:atIndex:] usually occurs when you are attempting to insert a nil object into an NSMutableArray. I’m not sure what LotumMobStatLogManager is, as you haven’t provided the relevant source code. If that is an external dependency, I would reach out to the developers with … Read more