capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
437 stars 172 forks source link

fix(ios): added self. to savedCall in scan() #142

Closed hauserkristof closed 2 years ago

hauserkristof commented 2 years ago

After tyring to build it Xcode failed because of missing reference:

Keฬpernyoฬ‹fotoฬ 2022-08-09 - 22 30 37

Fixed it, and it is working properly on iOS, with Ionic Angular: โฏ npx cap doctor ๐Ÿ’Š Capacitor Doctor ๐Ÿ’Š

Latest Dependencies:

@capacitor/cli: 4.0.1 @capacitor/core: 4.0.1 @capacitor/android: 4.0.1 @capacitor/ios: 4.0.1

Installed Dependencies:

@capacitor/cli: 4.0.1 @capacitor/core: 4.0.1 @capacitor/android: 4.0.1 @capacitor/ios: 4.0.1

[success] iOS looking great! ๐Ÿ‘Œ

thegnuu commented 2 years ago

Thank you @hauserkristof