Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c xcode iOS 9键盘问题:-EndDisableingInterfaceAutoRotationAnimated调用但不匹配-BeginDisableingInterfaceAutoRotation_Objective C_Xcode_Keyboard_Ios9 - Fatal编程技术网

Objective c xcode iOS 9键盘问题:-EndDisableingInterfaceAutoRotationAnimated调用但不匹配-BeginDisableingInterfaceAutoRotation

Objective c xcode iOS 9键盘问题:-EndDisableingInterfaceAutoRotationAnimated调用但不匹配-BeginDisableingInterfaceAutoRotation,objective-c,xcode,keyboard,ios9,Objective C,Xcode,Keyboard,Ios9,我以前的项目在iOS 9键盘上出现问题。在我开发的库通过Cocoapods安装之后,我在尝试使用键盘时在模拟器上遇到了这个错误 -[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UIRemoteKeyboardWindow: 0x78f0ff60; frame = (0 0; 1024 768); opaque = NO; autoresize = W+H; layer = <UIWindowLayer

我以前的项目在iOS 9键盘上出现问题。在我开发的库通过Cocoapods安装之后,我在尝试使用键盘时在模拟器上遇到了这个错误

-[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UIRemoteKeyboardWindow: 0x78f0ff60; frame = (0 0; 1024 768); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x78f10240>> without matching -beginDisablingInterfaceAutorotation. Ignoring.
-[UIWindow EndDisableingInterfaceAutoRotationAnimated:]在未匹配的情况下调用-BeginDisableingInterfaceAutoRotation。忽略。
键盘行为:

  • 即使没有保留字符,带有“重音”(例如–的字母也会弹出

  • “关闭键盘”按钮不会关闭键盘。它将只显示“拆分”和“停靠”选项


为什么会这样

尝试重新安装Xcode,因为应用程序可能以某种方式损坏,如果无法正常运行,还可以尝试删除其库文件(~/library/application support/Xcode和~/library/containers/Xcode),因为它们也可能损坏。希望这有帮助