-
Notifications
You must be signed in to change notification settings - Fork 131
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
Swift 4 #38
Comments
Hi I have corrected file QRCode.swift for my project and for me it works for Swift 4.1 Xcode 9.3 beta 4 Dario |
This is the latest code perfectly working for Swift 4. Others don't work. // import UIKit open class QRCode: NSObject, AVCaptureMetadataOutputObjectsDelegate {
} |
You can add this to your Podfile:
|
Hi there
First of all thank you for the framework. Do you plan to update it to Swift 4? I see open PRs concerning Swift 4 migration. Any chance for them to be merged?
The text was updated successfully, but these errors were encountered: