István Király
István Király
Yes, thank you @rob4226 , that workaround works.
Bumped into this too ....
The link you provided is broken.
This might be related: ``` ERROR in ./node_modules/nativescript-barcodescanner/barcodescanner.ios.js 243:20-56 Module not found: Error: Can't resolve 'tns-core-modules/ui/frame' in '/Users/istvankiraly/NativeScript-devel/Hangmaffia/node_modules/nativescript-barcodescanner' resolve 'tns-core-modules/ui/frame' in '/Users/istvankiraly/NativeScript-devel/Hangmaffia/node_modules/nativescript-barcodescanner' Parsed request is a module using description file:...
find and replace `tns-core-modules/ui/frame` to `@nativescript/core/ui/frame` Fixes the ERROR in the build process, but the scanner still crashes with the EXC_BAD_ADDRESS
I've managed to create a launcher icon directly from SVG. ... Here are the steps: Open Android Studio, create a new app. Open the menu on the app folder, New...
This seems to happen if two clients are connected, and then the connection drops ....
Not sure how I got it fixed, .. sorry I don't remember. You get this error if you use ot somehow wrong, with wrong parameters or so ...
Yes, .. strange it's still as it is ...
This is how it used to work in my code: ```javascript import * as bghttp from "@nativescript/background-http"; ```