Hi, I am using this VIN barcode scanner:
https://github.com/jValdron/VinBarcodeScanner
It is working fine with android but giving error when build with IOS,
attached error,
I am using ionic 2,
error: Symbol not found for architecture x86_64…
thanks
What exact command are you using to build? What is your ionic info output? Can you build a new app created with ionic start?
ionic info
ionic start
Hi, thank you for your reply, i am using ionic build ios to build it. all other apps works fine and this app also without vin scanner plugin. when i add this plugin and build it gives that error
Just a hunch:
cordova build ios
cordova build ios --device
hi, thanks for your reply … I tried cordova build … same result didn’t tried --device… will try thanks