HW kbd无法设置(null)键盘焦点iOS Xamarin.iOS 10.2.1.5

时间:2016-11-28 04:03:53

标签: ios iphone xamarin.ios uitextfield

我已查看同一主题的其他主题,但无法在那里得到任何答案,因此创建了一个新主题。

我遇到了错误。它是在我将iPad升级到iOS 9.3.5时启动的,它只发生在UITextField字段上。这是日志,但无法找到根本原因。这发生在Xamarin.iOS 10.2.1.5中,这是最新的和最好的。

Nov 26 13:16:09 rb-iPad SpringBoard[46] <Warning>: HW kbd: Failed to set (null) as keyboard focus
Nov 26 13:16:09 rb-iPad SpringBoard[46] <Warning>: HW kbd: Failed to set (null) as keyboard focus
Nov 26 13:16:10 rb-iPad SpringBoard[46] <Warning>: Unable to get short BSD proc info for 219: No such process
Nov 26 13:16:10 rb-iPad SpringBoard[46] <Warning>: Unable to get short BSD proc info for 219: No such process
Nov 26 13:16:10 rb-iPad SpringBoard[46] <Warning>: Unable to get short BSD proc info for 219: No such process
Nov 26 13:16:10 rb-iPad SpringBoard[46] <Warning>: Application 'UIKitApplication:com.safetytracker.app[0xbad8]' exited voluntarily.
Nov 26 13:16:10 rb-iPad UserEventAgent[23] <Warning>: 89823664133: id=com.safetytracker.app pid=219, state=0
Nov 26 13:16:10 rb-iPad mobile_installation_proxy[194] <Error>: 0x1f197000 handle_connection: Could not receive request from host.
Nov 26 13:16:10 rb-iPad com.apple.debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-340.3.124[218] <Warning>: 1 +0.000000 sec [00da/0a0b]: error: ::read ( 6, 0x64dd7c, 1024 ) => 0 err = No such file or directory (0x00000002)
Nov 26 13:16:10 rb-iPad com.apple.debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-340.3.124 [218] <Warning>: Exiting.

有没有人遇到同样的问题?不知道我哪里出错了。

1 个答案:

答案 0 :(得分:0)

这证明是代码问题。但令人惊讶的是,代码工作正常,直到我升级到最新版本。

经验教训,调试代码,因为在升级Xamarin之后,您永远不知道代码的哪一部分会失败。