[Beta 11] Barcode Scan [zxing-all-in-one.cpp] received 99 warnings in xcode

cased by barcode scan plugin i was trying to use, when build to ios receives lots of warnings:

CDVBarcodeScanner.mm

Plugins/phonegap-plugin-barcodescanner/CDVBarcodeScanner.mm:410:11: Instance method '-barcodeScanDone' not found (return type defaults to 'id')


and then the following warnings repeat 99 times:
##zxing-all-one.cpp
Plugins/phonegap-plugin-barcodescanner/zxing-all-in-one.cpp:891:45: Implicit conversion loses integer precision: 'unsigned long' to 'int' Plugins/phonegap-plugin-barcodescanner/zxing-all-in-one.cpp:1832:20: Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int'

did i did anything wrong? or is this an issue with beta11?

Nothing to worry about. That’s in the plugin itself, has nothing to do with Ionic.