skip to Main Content

vision-camera-code-scanner Undefined symbols for architecture x86_64 react native

I am getting a build error when using the vision-camera-code-scanner package for my react native project. The short hand error is: Undefined symbols for architecture x86_64 The full error is the following: ld: warning: ignoring file /XXXXXXXXXXXXXXXXXXX/Build/Products/Debug-iphonesimulator/vision-camera-code-scanner/libvision-camera-code-scanner.a, building for iOS…

VIEW QUESTION

Firebase – Internal Error when executing TextRecognition using CameraX in realtime

I am attempting to us ML Kit to do some realtime text detection from CameraX on an Android app. My ImageAnalyser is as follows: package com.renegade.CoWarrior; import android.annotation.SuppressLint; import android.media.Image; import android.util.Log; import androidx.annotation.NonNull; import androidx.camera.core.ImageAnalysis; import androidx.camera.core.ImageProxy; import com.google.android.gms.tasks.OnCompleteListener;…

VIEW QUESTION
Back To Top
Search