1

-[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?

Hemang
  • 26,840
  • 19
  • 119
  • 186
  • 1
    Have you googled: "NSCocoaErrorDomain Code=4097"? I see lot's of hits (About 9,180 results). Perhaps this [SO Answer](http://stackoverflow.com/a/19119388/451475) will help. – zaph Nov 13 '14 at 12:52

1 Answers1

0

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