zxing api 错误
我已经从网上下载了 zxing api 并包含了所有 6 个所需的框架,但我仍然收到如下错误:
“AVCaptureDevice”未声明(在此函数中首次使用)。
“AVCaptureTorchModeOn”未声明(在此函数中首次使用)
请指导我如何解决。
谢谢。
I have downloaded zxing apis from net and included all the 6 needed frameworks, but still I am getting error like:
'AVCaptureDevice' undeclared (first use in this function).
'AVCaptureTorchModeOn' undeclared (first use in this function)
Plz guide me how it will solve.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要添加 AVFoundation 框架。如果您已经完成了此操作,请检查它是否已为您正在构建的目标启用。
You need to add the
AVFoundation
framework. If you have already done this, check that it is enabled for the target you are building.