iOS Question BSMachError Custom Keyboard

Yvon Steinthal

Active Member
Licensed User
Hello,

I have tried to push my app in release, and it works perfectly except for one little detail that i cant bypass in release, and that seemed to be a small problem in debug, but a crasher in release:

_BSMachError: (os/kern) invalid capability (20)
_BSMachError: (os/kern) invalid name (15)

I have custom keyboards being loaded via JSON. I build the keyboard from scratch each time. This is triggered only when the user enters a textview.

B4X:
Dim no As NativeObject = txtview
no.SetField("inputView",FullKeyboard)
txtview.RequestFocus

I set this so that when the txtview is focused again, the right keyboard is shown...

I am unsure if anyone can help me at this point, it seems a very general message for an uncommon error.

Any advice would be appreciated.

Y.
 
Top