currently I\'m trying to install the BarcodeScanner Plugin for Phonegap Version 3.0.0
. I can\'t find any working documentation on how to install it correctly an
i had the same error as @aruballo. To fix it i dropped the 3 the files from projectdir/Plugins/com.phonegap.plugins.barcodescanner/ inside the plugin directory in xcode.
I also add one last problem with ARC restriction which was fixed by the answer from https://github.com/wildabeast/BarcodeScanner/issues/37#issuecomment-23320333 (must add -fno-objc-arc in Project - Buil Phases - compile source - CDVBarcodeScanner.mm line to resolve the problem / double click that line and add "-fno-objc-arc")