Hi Guys,
I'm having trouble with my published WatchOS app and background refreshes for the complication. Around 10% of users are reporting issues and I have a large number of crash logs for some sort of issue/crash resulting in a EXC_CRASH (SIGABRT), a termination reason is given: Namespace <0x16>, Code 0x1.
Xcode jsut highlights [WKRefreshBackgroundTask dealloc] as the cause but this doesn't really help.
I've opened up the crash logs and can see the entry but am no further to understanding what is causing these issues.
WatchKit | 0x2f31b714 -[WKRefreshBackgroundTask dealloc] + 552 (SPUtils.h:15) |
Any suggestions as for cause or how to debug?
Thanks!