bitpay / cordova-plugin-qrscanner

A fast, energy efficient, highly-configurable QR code scanner for Cordova apps and the browser.
MIT License
567 stars 773 forks source link

Build failed in IOS #396

Closed BenLaKnet closed 3 months ago

BenLaKnet commented 1 year ago

Hi,

I try this plugin to develop for android, all is running and now when I would like to run in iOS I have error messages when building app. what's wrong ?

cordova: 11 cordova-ios: 6.2.0

How to install nosoloforks fork ?

BenLaKnet commented 6 months ago

Help needed...

KKDestiny commented 3 months ago

can try this: find the file "QRScanner.swift", then change all "UIApplication.openSettingsURLString" to "UIApplicationOpenSettingsURLString"

BenLaKnet commented 3 months ago

@KKDestiny many thanks.