2014-05-22 135 views
6

我想知道这个错误。为什么发生这种情况。当我键入一些文本时,我的键盘不响应。它出现此错误:键盘没有响应

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

我必须等待一段时间,以便我可以再次键入文本。请建议我如何删除此错误。

非常感谢。

+0

你怎么让键盘出现?是文本字段的输入还是用于其他内容? –

+0

是的,它是文本字段。并且键盘正常显示。 @MichaelDautermann –

+0

它也发生在我身上ios7 – Haris

回答

0

我只在模拟器上看到过这种情况。我能够通过重置模拟器来解决此问题iOS Simulator -> Reset Content and Settings...

+0

这不起作用。每次发生这种情况。 –

+0

那完全没有做任何事 –

+0

这些答案都不工作 – TheValyreanGroup

-1

某些时间模拟器不起作用。

iOS Simulator -> Reset Content and Settings 

并单击。

Xcode->Product->Clean .. 

它正在为我工​​作。

+0

这些答案都不工作 – TheValyreanGroup