All of a sudden, a project that used to run well on iOS simulator no longer works. Whenever I try switching to the custom keyboard, I get two errors:
1) plugin com.XXX.XXX.KeyBoardName
interrupted
2) plugin com.XXX.XXX.KeyBoardName
invalidated
I tried resetting the simulator, rebooting Xcode
, etc. - everything to no avail. Happy to provide more details if helpful!
Edit:-
I am using this sample code https://github.com/bjhstudios/iOSCustomKeyboard.
The above sample is working fine. The problem is when I switch the keyboards between native and custom, after some time, I get this error is log and suddenly, custom keyboard disappear. Then, again, I have to go to Simulator Settings and add the custom keyboard.