card-io / card.io-iOS-SDK

card.io provides fast, easy credit card scanning in mobile apps
Other
2.29k stars 554 forks source link

Iphone 5 keyboard warning #182

Open ericertl opened 8 years ago

ericertl commented 8 years ago

I'm getting the following error when the app shows the keyboard

can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 563160167_Portrait_iPhone-Simple-Pad_Default
dgoldman-pdx commented 8 years ago

IIRC, this harmless warning has been coming up in the iOS simulator ever since iOS 8 was released.

Not sure that it ever appears when running on an actual device, though.

ericertl commented 8 years ago

Hi @dgoldman-ebay . Thanks for the prompt reply. I'm experiencing this debugging on an iPhone 5. I know it's not a crash, but I saw a few posts in stackoverflow with possible solutions you might find interesting. http://stackoverflow.com/questions/25842168/cant-find-keyplane-that-supports-type-4-for-keyboard-iphone-portrait-numberpad

dgoldman-pdx commented 8 years ago

Thanks, @ericertl. But I'm not actually seeing any solutions in there for this warning message -- the code fragments seem to be addressing the original poster's custom-button question.