My iPhone app cannot use soft keyboards that do not use the QWERTY format similar to the US. That is, when I install the keyboard in French or German, even text fields cannot receive text, and the error message No input manager class for input mode
displayed on the console (when debugging under Xcode). Switching to the Emoji keyboard also shows the same problem. But the problem does not occur on QWERTY keyboard layouts, for example, on Dutch and Indonesian keyboards.
All cases are compatible and playable by both the device (iPhone 4) and the iPhone simulator. These are error messages in the Xcode debugger console.
When the keyboard is installed in French:
No input manager class for input mode: fr_FR
When the keyboard is installed in Germany:
No input manager class for input mode: de_DE
When the keyboard is installed on Emoji:
No input manager class for input mode: emoji
The goal of my application deployment is iOS 3.1.3 (I still support first-generation devices), but the development environment is Xcode 4.3.1 and iOS 5.1 Simulator. (I do not know, this is true, but just in case).
Can anyone help how to fix this?
Thanks in advance.
source share