在Xcode6下的模拟器点击UITextField控件显示键盘时会显示如下错误提示:
Can’t find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default
或者
Can’t find keyplane that supports type 5 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default
这是因为Xcode6模拟器上面默认使用模拟器的键盘出现的问题,我们只需改下模拟器配置即可:
点击模拟器上面的菜单:Hardware->Keyboard->ConnectHardware Keyboard这一项不要勾选,我们的键盘就能正常显示了,但是我们发现这样电脑的键盘就不能用了,所以要不要勾选还看自己的习惯了,没有自定义键盘什么的不弹出也不会影响真机测试。