Occasionally I will notice something like this being dumped to the console window:
Sep 02 05:58:17.132 2018-09-02 05:58:17.131 Corona Simulator[4508:1087154] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint:completionHandler: : [self textInputContext]=0x0 \*NO\* NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4099 "The connection from pid 0 was invalidated from this process." UserInfo={NSDebugDescription=The connection from pid 0 was invalidated from this process.}, com.apple.inputmethod.EmojiFunctionRowItem
It’s not from my code, doesn’t happen all the time and I can’t recognise a pattern (atm.)
It’s clearly coming from the sim, but what is it for? Is it an indicator that I’m doing something wrong, perhaps not taking care of object clean up? (It’s not very helpful, if that’s the case.)