iOS application logs : Cocoa error 4097

2.8k views Asked by At

-[UIKeyboardInputManagerClient handleError:forRequest:] will retry sending handleKeyboardInput:keyboardState:continuation: to keyboard daemon after receiving Error Domain=NSCocoaErrorDomain Code=4097 "The operation couldn’t be completed. (Cocoa error 4097.)"

My app logs this message in iOS 7.1 and Xcode 5.1.1. I couldn't find a thing for this, any suggestion?

1

There are 1 answers

0
LevinsonTechnologies On

NSXPCConnectionInterrupted = 4097. I would have your code retry the command as the error looks to be transient.