Reputation: 2154
I use UITextfield
in custom cell . when I focus in my Textfield
get this warning error :
Can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default
what is this error???
Upvotes: 1
Views: 1773
Reputation: 2249
The issue is related to the NumberPad Keyboard Setting.
Go to iOS Simulator-> Hardware-> Keyboard -> Uncheck the Connect Hardware Keyboard Option. This will fix the issue.
Upvotes: 2
Reputation: 72
It seems like an Beta bug. I have a simmular problem with my Swift app. Xcode 6.2 Beta. Do you use the Beta as well?
Upvotes: 0