Hi,
I was not able to find any other posts about this but I am having an issue with the keyboardType DecimalPad.
textfield.keyboardType = .DecimalPad
The keyboard seems to work fine in the simulator but when i use the keyboard on my actual device the app crashes. The reason it crashes is because it shows a comma ( , ) instead of a decimal point ( . ) on the pad.
I am getting the following message in the debugger:
Can't find keyplane that supports type 8 for keyboard iPhone-Portrait-DecimalPad;
using 4131139949_Portrait_iPhone-Simple-Pad_Default
I am using Xcode Version 7.0.1 (7A1001) and testing this on a physical iPhone 5S.
Is this a bug or am I doing something wrong here?