12

After update to Xcode 6.1, I lost my custom keyboard in Safari of iOS8.1 simulator. But it's still come in photo app. Photo app can switch to my custom keyboard, but Safari still display English and Emoji, other system keyboard like Arabic also not work. I reset simulator but not work. It's look nothing change in Safari in iOS8.1.I try to clear DerivedData folder but it no help. I remove Xcode and reinstall from Appstore, not work too.

I must test on my device, too strange. Does anyone have same issue? please help how to solve this.

LE SANG
  • 10,955
  • 7
  • 59
  • 78

3 Answers3

5

This is a known issue. From the release notes for XCode 6.1.1:

Localization and Keyboard settings, including 3rd party keyboards, are not correctly honored by Safari, Maps, and developer apps in the iOS 8.1 Simulator. [NSLocale currentLocale] returns en_US and only the English and Emoji keyboards are available. (18418630, 18512161)

The suggested work around is to use another app, such as Contacts, for which the keyboard does display correctly in the simulator.

cmyr
  • 2,235
  • 21
  • 30
-1

You may have to stop your physical keyboard from taking control. From the Simulator's Mac menu:

Hardware -> Keyboard -> (uncheck) Connect Hardware Keyboard
Ian MacDonald
  • 13,472
  • 2
  • 30
  • 51
  • 2
    This way no help! Only for keyboard not come up. The keyboard come up in Photo app but still English one in Safari, can't switch to custom keyboard after select. – LE SANG Oct 21 '14 at 17:24
-2

The text above actually only contains a simple question

"Does anyone else have this issue".

The correct answer is

"Yes other people have the same issue."

Jay
  • 19,649
  • 38
  • 121
  • 184
  • @iAn Stackoverflow has a deliberate question and answer format, it is not a discussion forum. It would be better if you don't rely on other people to fix up your question. – Jay Nov 20 '14 at 02:35