rodgomesc / vision-camera-code-scanner

VisionCamera Frame Processor Plugin to read barcodes using MLKit Vision QrCode Scanning
MIT License
336 stars 221 forks source link

XCode build failure with "ld: symbol(s) not found for architecture arm64" #142

Open ivaldo opened 1 year ago

ivaldo commented 1 year ago

After install vision-camera-code-scanner@0.2.0, execute pod install into ios folder and build app on XCode with device IPhone 12, the build fail with message "ld: symbol(s) not found for architecture arm64".

After, the dependency vision-camera-code-scanner was removed with "npm uninstall vision-camera-code-scanner" and command pod install was executed again the xcode build work successful.

macOS Monterey 12.3.1 with Intel processor i7 XCode 13.4 "react-native-vision-camera": "^2.15.4", "vision-camera-code-scanner": "^0.2.0" node 14.19.2

KirtirajMalkhede commented 1 year ago

I am also facing exact same issue.

felipejoribeiro commented 1 year ago

+1

phongbksneep commented 1 year ago

Same issue

Bualaphanh commented 1 year ago

Hi, I have the same problem, has anyone solved this problem?

ivaldo commented 1 year ago

I'm not found a solution. I try use the Google MLKit (https://developers.google.com/ml-kit?hl=pt-br) with a react Native package but I get another error on my device (Xiaomi Poço F1). I decided migrate to Flutter. In preliminary tests, the QRCODE Scanner worked the first time.

anlun214 commented 1 year ago

same here, has anyone solved?

cgtorniado commented 1 year ago

same issue

firofame commented 1 year ago

Same error. is there an older version compatible with Xcode 12.4?

Caijirong commented 1 year ago

不知道是否是同一个问题 不过在 Podfile中添加pod 'GoogleMLKit/BarcodeScanning', '3.2.0'能解决我的构建失败问题 灵感来源example

Rc85 commented 1 year ago

Same issue on MacBook Pro (Late 2013) 2.3 GHz Quad-Core Intel Core i7