[firebase_ml_vision][iOS] PlatformException(Error 13, com.firebase.ml, Barcode engine is nil., null) #4296
Unanswered
llullanqui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the 'firebase_ml_vision' package to scan Qr codes in an Image Stream provided by the 'camera' package. Everything was fine until the update that happened in Nov. 6. In Android, I can still scan qr codes without problems. But in iOS, i'm having the app is throwing the Exception:
PlatformException(Error 13, com.firebase.ml, Barcode engine is nil., null)
I've updated my podfile with the line
pod 'GoogleMLKit/BarcodeScanning'
, because the command 'flutter build ios' finished with an error when the Podfile hadpod 'Firebase/MLVisionBarcodeModel'
instead. I did because thepod update
command explained that the package 'Firebase/MLVisionBarcodeModel' was deprecated, and thought it was the source of the problem.Still the problem keeps happening.
Flutter doctor -v
output:This is the code I use to analyze the CameraImage:
Podfile
flutter build ios
error when havingpod 'Firebase/MLVisionBarcodeModel'
in the Podfile:Click me
Beta Was this translation helpful? Give feedback.
All reactions