Open ivaldo opened 1 year ago
I am also facing exact same issue.
+1
Same issue
Hi, I have the same problem, has anyone solved this problem?
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.
same here, has anyone solved?
same issue
Same error. is there an older version compatible with Xcode 12.4?
不知道是否是同一个问题 不过在 Podfile中添加pod 'GoogleMLKit/BarcodeScanning', '3.2.0'
能解决我的构建失败问题 灵感来源example
Same issue on MacBook Pro (Late 2013) 2.3 GHz Quad-Core Intel Core i7
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