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

xcode6

Solution

You just need to toggle the software keyboard by selecting:

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

Then, everything works

Problem

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

Original source

Related problems