twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.01k stars 286 forks source link

cannot find 'delegate' in scope #82

Closed MuratBataray closed 2 years ago

MuratBataray commented 2 years ago

Issue found in ScannerViewController.swift on line 122, 128 and 129 in the function touchesBegan()

MuratBataray commented 2 years ago

im guessing you replace delegate?.parent with parentView?

nathanfallet commented 2 years ago

The compiler did not warned me about this issue because it's only for the simulator. I'm going to fix it now

MuratBataray commented 2 years ago

Thanks!

nathanfallet commented 2 years ago

It's available in 2.2.1, you can reset your swift package cache