LBXScan icon indicating copy to clipboard operation
LBXScan copied to clipboard

A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)

Results 108 LBXScan issues
Sort by recently updated
recently updated
newest added

集成后报错: ld: framework not found ZBarSDK clang: error: linker command failed with exit code 1 (use -v to see invocation)

1、提交1 2、提交2 3、提交3

pod 'LBXScan', '~> 2.4' LBXScanViewController.h 第27行 ``` #ifdef LBXScan_Define_ZBar #import "ZBarSDK.h" #import "LBXZBarWrapper.h"//ZBar扫码封装 #endif ``` LBXScanViewController.h 第130行 ``` #ifdef LBXScan_Define_ZBar /** ZBar扫码对象 */ @property (nonatomic, strong) LBXZBarWrapper *zbarObj; #endif ```

demo可以,但是demo代码移到我的项目就不行了

由于项目需求,小弟在.mm文件中包含扫码头文件时,导至 LBXScanTypes.h 10、11行 等其他文件 @import失效报错,博主有时间了麻烦看下是否有解决方法呢。 错误信息:Use of '@import' when C++ modules are disabled, consider using fmodules and fcxx-modules 。