Gustavo
Gustavo
Hi, I've the same issue on version 3.0.1 of the plugin. I don't know if it's fixed on new version 4. Also it happens when using this plugin: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin It...
This PR doesn't work for me: ``` 'UIApplicationOpenSettingsURLString' has been renamed to 'UIApplication.openSettingsURLString' ``` Please, use these options into your config.xml: ``` ``` My `ionic info` is: ``` Ionic: ionic...
Thanks for reporting. I think that it 's related to the non-backward compatibility between Swift 5 and 3. I will check.
Plugin has been updated: https://www.npmjs.com/package/cordova-plugin-qrscanner 2.6.2 -> Compatible with XCode 10.1 or below 3.0.1 -> Compatible with Xcode 10.2 or higher Thanks!
@oschwier Try to add ``` ``` To your `config.xml`.
> If you change UseSwiftLanguageVersion preference to value 5, you need to change > "UIApplication.openSettingsURLString" to "UIApplicationOpenSettingsURLString" in QRScanner.swift file. That's not correct. ``` 'UIApplicationOpenSettingsURLString' has been renamed to 'UIApplication.openSettingsURLString'...
It doesn't work with `cordova` 9 for now. I think it requires a few changes to make it compatible.
Please, check this thread https://github.com/bitpay/cordova-plugin-qrscanner/issues/238#issuecomment-523886099