Hi!
I just updated all my package.json
to the newest versions, renewed my plugins, etc of an existing app. That app has a BarcodeScanner. The problem is that when I try to build it on my iPhone, an error message pops saying THREAD WARNING: ['BarcodeScanner'] took '39.433105' ms. Plugin should use a background thread.
I have installed
"phonegap-plugin-barcodescanner": "^8.0.0"
on my package.json
<plugin name="phonegap-plugin-barcodescanner" spec="^8.0.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="27.+" />
</plugin>
on my config.xml
Any ideas?