I have an app that on production crashes and the logs that I get are SIGTRAP(TRAP_BRKPT) (:0).I tried to reproduce the crash but I wasn't able to. I wanted to know what can I do in order to catch those (:0) crashes and fix them. They appear in: cellForRow tableView delegate method and IBAction function on segmentController changed value.
↧