尽管德国硬件键盘,iOS 8.1模拟器始终使用美国键盘布局
出于某种原因,我无法再使用我的原生德语键盘输入文本进入iOS模拟器。
For some reason, I cannot enter text with my native german keyboard into iOS Simulator any more.
下载Xcode 6.1(包含iOS 8.1)后,我是坚持美国布局。
After downloading Xcode 6.1 (which contains iOS 8.1), I was stuck with the US layout.
我尝试过更改所有硬件/键盘设置,删除〜/ Library / Preferences / com.apple.iphonesimulator .plist
,并重置iOS模拟器。
I tried things like changing all Hardware/Keyboard settings, deleting ~/Library/Preferences/com.apple.iphonesimulator.plist
, and resetting the iOS simulator.
没有任何帮助!
应该我重新安装完整的软件包?
Should I reinstall the complete package?
这是iOS 8.1模拟器的错误。
It's iOS 8.1 Simulator's bugs.
我可以通过在使用的方案中设置应用程序语言来测试语言。
I could tested language by setting the "Application Language" in the used scheme.
转到产品> Scheme> Edit Scheme ...或按cmd + Y.
Go to Product > Scheme > Edit Scheme... or press cmd + Y.
来源: Apple Dev论坛中Yoshihiro Sakamoto的回答