Closed AAmanzi closed 1 year ago
Yes, it looks like our friends at https://github.com/capacitor-community/bluetooth-le already found a solution for this issue. I will create a branch with this fix and let you know so you can test it out!
Thank you very much ❤️
I just released v3.0.1
with the changes done in https://github.com/capacitor-community/bluetooth-le, can you please test this on your side?
Working perfectly now, much appreciated!
Great! Thanks a lot for your help and your feedback!
Describe the bug
next build
fails if theBarcodeScanner
plugin is referenced anywhere in the project. The issue does not occur if the plugin is just imported.The error is the following:
To Reproduce Steps to reproduce the behavior:
Expected behavior Build passes without error
Versions barcode-scanner: v3.0.0 capacitor/app: v4.1.0 capacitor/core: v4.4.0 next: v12.2.5
Additional context This looks very similar to this issue on bluetooth-le Capacitor plugin https://github.com/capacitor-community/bluetooth-le/issues/12