Hello fellow developers, We have been seeing crashes in ExtensionFoundation on iOS 17 devices with our custom keyboard. The threads don't point to any specific code/method in our code unfortunately and we have been unsuccessful debugging the issue.
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Reason: -[_NSXPCDistantObject encodeWithOSLogCoder:options:maxLength:]: unrecognized selector sent to instance 0x280442760 Termination Reason: SIGNAL 6 Abort trap: 6 Terminating Process: XYZ [1703]
Attaching the crash log below:
I have been able to repro the issue while debugging and also see some warnings before the crash. The crash happens on first launch when trying to switch to the keyboard on any app.
Appreciate any help in debugging the issue! Thanks