LoginSignup
36
31

More than 5 years have passed since last update.

iOS8シミュレータでキーボードが表示されなくなった場合の対処方法

Posted at

はじめに

iOS8のシミュレータでアプリのデバッグをしていた際に、突然キーボードが表示されなくなり、下記のエラーがコンソールに表示されていました。

スクリーンショット 2014-09-23 1.31.58.png

Can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default

こちらの原因として、PCから直接UITextViewなどに入力した際に、ハードウェアキーボードを使用するモードに切り替わってしまい、ソフトウェアキーボードが無効になってしまっているようです。

対処方法

メニューバーから下記のチェックを解除します。

iOS Simulator -> Hardware -> Keyboard -> Connect Hardware Keyboard

スクリーンショット 2014-09-23 1.32.34.png

参考資料

36
31
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
36
31