I am getting crash with following addresses and message in XCode console. Although I understand crash is because of passing somewhere nil value in NSDictionary
. But if you just look into logs, its hard to track which class and method resulted in this crash.
Is there a way to track back crash addresses into Class name and method name?
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[5] First throw call stack: (0x181092db0 0x1806f7f80 0x180f7b77c 0x180f7b614 0x1001578d8 0x100157334 0x187dec8b8 0x187de8aac 0x187de2e48 0x181048f84 0x1810488bc 0x181046d04 0x180f70c50 0x182858088 0x18625a088 0x10027b718 0x180b0e8b8) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)