Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 6 beta 3: keyboard doesn't show up when selecting textField

Tags:

xcode6

Has anyone encountered this situation?

When I was trying to run application, which was completed in Xcode6Beta, it kept showing:

2014-07-14 00:28:48.131 WeightLogger2[1866:32214] Can't find keyplane that supports type 8 for keyboard iPhone-Portrait-DecimalPad; using 2617181025_Portrait_iPhone-Simple-Pad_Default

like image 694
bolerovt Avatar asked Jul 13 '14 22:07

bolerovt


2 Answers

You just need to toggle the software keyboard by selecting:

iOS Simulator -> Hardware -> Keyboard -> Toggle Software Keyboard.

Then, everything works

like image 142
bolerovt Avatar answered Sep 28 '22 11:09

bolerovt


uncheck this option

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

however if you are using number pad or decimal pad then this log again will be displayed, but in simulator you can use the number pad or decimal pad. may be we need to configure our text field with the new preferred way of using keyboard with ios 8. I could not found it yet. or it may be a bug according to this

Xcode iOS 8 Keyboard types not supported

like image 35
Mahesh Agrawal Avatar answered Sep 28 '22 13:09

Mahesh Agrawal