arcticfox1919 / flutter-scankit

Flutter QR code scanning
MIT License
158 stars 58 forks source link

Undefined symbols for architecture armv7: #37

Closed xiang-tina closed 2 years ago

xiang-tina commented 2 years ago

ld: warning: ignoring file /Users/jme/jme/dev/app/flutter/flutter_energy_app_getx/ios/Pods/ScanKitFrameWork/scansdk-ios-tool-1.0.2.300/ScanKitFrameWork.framework/ScanKitFrameWork, file is universal (x86_64,arm64) but does not contain the armv7 architecture: /Users/jme/jme/dev/app/flutter/flutter_energy_app_getx/ios/Pods/ScanKitFrameWork/scansdk-ios-tool-1.0.2.300/ScanKitFrameWork.framework/ScanKitFrameWork Undefined symbols for architecture armv7: "_OBJCCLASS$_HmsBitMap", referenced from: objc-class-ref in FLScanKitView.o objc-class-ref in FlutterScankitPlugin.o "_OBJCCLASS$_HmsDefaultScanViewController", referenced from: objc-class-ref in FlutterScankitPlugin.o "_OBJCCLASS$_HmsCustomScanViewController", referenced from: objc-class-ref in FLScanKitView.o "_OBJCCLASS$_HmsScanOptions", referenced from: objc-class-ref in FLScanKitView.o objc-class-ref in FlutterScankitPlugin.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

xcode13.3.1

xiang-tina commented 2 years ago

my version flutter_scankit: 1.2.2

arcticfox1919 commented 2 years ago

@xiang-tina ScanKit iOS SDK does not support armv7 and x86 architectures!!!

same as issues13

shirne commented 2 years ago

Please pinned this issue.