Crash when using <TextInput />

Hi, I face a crash when using a in an application, released as iOS framework (uno build -t ios -DLIBRARY)

-[AppDelegate uKeyboardWillChangeFrame:]: unrecognized selector sent to instance 0x1c002f840
2018-03-26 11:21:44.854276+0200 NSTest2[4658:2502924] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppDelegate uKeyboardWillChangeFrame:]: unrecognized selector sent to instance 0x1c002f840'

Fuse version: 1.8.1 (build 15610)
Operating system: macOS

The crash happens when a Page with TextInput becomes active.

btw - https://www.fusetools.com/community/forums/fuse_studio/crash_in_exported_view_when_using_textinput is the same issue