I suddenly see hundreds of crashes in an otherwise stable application after updating people to iOS 10. Basically, they are all related to:
Termination Reason: Namespace SPRINGBOARD, Code 0xdead10cc
Many crash logs do not have much symbolism, except that they seem to have something in common (I think) - they crash in the background when the application tries to synchronize / access the database or do something different with sqlite database (for example, with a record on it). This used to work fine, but all of a sudden people report that their iPhone reboots when using the application.
Does anyone have similar problems? Any permission? Crash logs do not help much, since the crash is somewhere in sqlite3.c, trying either on sqlite3_steporopen
source
share