Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HW kbd Failed to set (null) as keyboard focus ios

In my iOS app crash log I found this statement:

HW kbd Failed to set (null) as keyboard focus ios 

Does anyone know what this is and how to resolve it?

like image 748
Waris Shams Avatar asked Oct 12 '15 05:10

Waris Shams


1 Answers

I've just encountered this exception running a Xamarin app on the simulator. It started occurring after I toggled the software keyboard off while debugging the app. Given the exception mentioning the keyboard I think that's what caused it.

Uninstalling the app from the emulator, cleaning and rebuilding fixed the issue for me.

Unsure if this bug is on Apple's side or Xamarin's.

like image 155
James Mundy Avatar answered Sep 21 '22 18:09

James Mundy