Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a swift compilation error #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed a swift compilation error #248

wants to merge 1 commit into from

Conversation

evertdespiegeleer
Copy link

@evertdespiegeleer evertdespiegeleer commented Apr 20, 2019

Fixed the following error:

QRScanner.swift:484:74: 'openSettingsURLString' has been renamed to 'UIApplicationOpenSettingsURLString'

UIApplication.openSettingsURLString should be the way to do it in Swift 5, but it doesn't seem to work. UIApplicationOpenSettingsURLString however does work.

It's a temporary solution but it at least makes things work.

Fixed the following error:
QRScanner.swift:484:74: 'openSettingsURLString' has been renamed to 'UIApplicationOpenSettingsURLString'
@alex-steinberg
Copy link

There have been five PRs opened since this one to address the same issue (#251, #260, #266, #271 and #272).

ryaa added a commit to ryaa/cordova-plugin-qrscanner that referenced this pull request Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants