I am using the iqkeyboardmanager
to manage the keyboard in my app. When I tap on a UITextfield to edit it, the app get crashes with the following message:
-[UIWindow actualSceneBounds]: unrecognized selector sent to instance 0x106c0d210
libc++abi.dylib: terminating with uncaught exception of type NSException
This works fine in the simulator, but causes the app to crash with the error above on a device. The app works fine both in the simulator and on a device with IQKeyboardManager
disabled.