Steve
Steve
Followed the above instructions (and package.json) but still getting: ``` /node_modules/usb-detection/build/Release/detection.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 89. This version of Node.js requires NODE_MODULE_VERSION 98. Please try...
I am having this issue as well in regards to German umlauts. For example, "Asylanträgen" is shown in xcode logs accuately. However, the idevicesyslog output is "Asylantr\\M-C\\M-$gen". @cbracken any thoughts...
@cbracken thanks. I'm attempting to rewrite it in golang myself. I found out some more information about these characters. Evidently it is vis encoding (https://www.freebsd.org/cgi/man.cgi?query=vis&sektion=3) golang version of @cbracken dart...