7

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

djikay
  • 10,450
  • 8
  • 41
  • 52
bolerovt
  • 623
  • 7
  • 18

3 Answers3

21

You just need to toggle the software keyboard by selecting:

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

Then, everything works

bolerovt
  • 623
  • 7
  • 18
3

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

Community
  • 1
  • 1
Mahesh Agrawal
  • 3,348
  • 20
  • 34
  • 3
    Turning off the hardware keyboard will mean that you'll need to input all text with the software keyboard via mouse clicks. In Xcode 6.0, we moved to a model where the host's keyboard acts as closely as possible to a bluetooth keyboard connected to a physical device. – Jeremy Huddleston Sequoia Sep 12 '14 at 00:09
0

FYI, apple may rejected your app due to this. They complained that the app did no allow the user to enter input on an iPad. So you can respond that the app works fine on an actual iPad and that on a simulator all one has to due is disable external keyboard or toggle SW keyboard. They will accept this comment and allowed the app to be approved.

Same7Farouk
  • 837
  • 9
  • 19