Can you provide any sort of guidance on how to troubleshoot 1101 and
1107 errors from the recognizer?
Not really. I looked up these errors in the kAFAssistantErrorDomain
domain and they both seem to be related to an XPC communication problems with the service that backs this API [1]. Something has caused that service to fail, which has caused the XPC communication to fail, which is triggering this error.
Do you see any relevant looking crash reports on that device? So, not a crash in your app but a crash in a system process that’s correlated in time with the error you’re seeing and could plausibly be involved.
Oh, I want to come back to this snippet from JonMercer’s post upthread:
Ideal resolution from Apple:
This gives the impression that you think that that DevForums is a formal support channel, which it is not. You have two option for formal support:
If you do report a bug, please post your bug number, just for the record.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] XPC implies IPC, so I’m not talking about off-device communication.