-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] App is crashing with "uncaught exception FIRAppNotConfigured" when trying to scan barcode #172
Comments
IPHONEOS_DEPLOYMENT_TARGET
has multiple values" error
Ok, it seems, that I solved 1 problem. I wanted to combine Podfile configuration from 2 different packages, and I misplaced lines mentioned above. When But 2 problem still exists. |
I have run project in Xcode instead of Android Studio. In Xcode I have got this error output:
So it seems, that there is a problem with Firebase configuration. On Android everything works fine. |
|
hello, the solution that @yuexunshi gave throws another error "terminating app due to uncaught exception 'com.firebase.core', reason: 'FirebaseApp.configure() could not find a valid GoogleService-Info.plist in your project. Please download...'". What should I do? |
You can get GoogleService-Info.plist file by following steps in this link https://firebase.google.com/docs/ios/setup. Then locate the file under under ios/Flutter folder (not sure about location, may be ios/Runner). |
Thanks for the reply. But then my app will use Firebase when used on iOS? And i will be charged probably? I think that the whole point of this plugin was not to use firebase but ML Kit on device? |
Hi, I have the same problem. On android it works fine though. I also don't use any other firebase plugin. Any idea what could be the problem? |
It seems that if @yuexunshi solution works, there must be Firebase added to the project. Unfortunately my project is firebase-free and there are no plans to add it in the near future. |
Try the latest version. Also note that More details here: |
I'm migrating from google_ml_kit ^0.6.0 to ^0.7.3 version.
1. Problem
After making changes in Podfile, this lines
are causing an error:
However, when commented / removed,
pod install
finishes with success.2. Problem
When above lines in Podfile are commented, and I'm trying to scan QR code, the app is crashing.
And it seems like
processImage
method fromBarcodeScanner
class is causing it:So it seems, like there is some problem with communication with native code?
(Maybe this problem is related to the first one?)
I'm testing on iPhone 6 with iOS 12.5.5.
Flutter doctor:
Click To Expand
The text was updated successfully, but these errors were encountered: