使用 AVCaptureSession 和 AVMetadataObjectTypeQRCode 检测 QRCode 在 xCode 8 中有效,但在 xCode 9 中无效

Detect QRCode using AVCaptureSession and AVMetadataObjectTypeQRCode worked in xCode 8, but not xCode 9

我是在使用 Xcode 8 iOS 10 时使用 AVCaptureSession 和 AVMetadataObjectTypeQRCode 检测 QRCode,现在使用 xCode 9 [= 编译时它不会检测 QR 码18=] 11. 谁能帮忙!我不明白发生了什么变化。

提前致谢,

罗布

如果其他人遇到此问题,请在此处找到答案。

基本上 Apple 重命名了 AVCaptureMetadataOutputObjectsDelegate。