dhavallogistic
dhavallogistic
> I ran in to this issue, the fix was to remove the `signingConfig signingConfigs.debug`line from within `buildTypes` -> `release` in build.gradle Yes worked like Gem
Any solutions? I am facing the same issue in React native. I have integrated One signal & vision-camera-code-scanner (which is using google's mlkit scanner) for Barcode scanning. Tried @aZyreTech solutions,...
@rafael2412 Yes as workaround I got this and it worked .. Android: app-build-gradle file ``` implementation(project(':react-native-camera')) { // exclude group: 'com.google.android.gms' exclude group: 'com.google.firebase' // -->> Only exclude this group...
> I'm getting same error when build with `react-native-vision-camera:2.12.1` but couldn't get it to work with above solution. Any idea? > > > implementation(project(':react-native-vision-camera')) { > > exclude group: 'com.google.firebase'...
> @dhavallogistic just from this library `react-native-vision-camera` but I already solved it by using firebase bom > > ``` > implementation platform('com.google.firebase:firebase-bom:29.1.0') > ``` The reason behind above error is...
> The downgrade did not work here. > > "react-native": "0.63.2" "react-native-vision-camera": "2.13.0" Same here.. Downgrade is also not working for me. I had installed version **_"2.11.2"_** After changing and...
> Try to run gradlew clean and delete node modules. Also if you have old expo unimodules installation, try to migrate to new expo modules Yes, did all of above....
> But error you posted can't happen in case of 2.13.0. You are trying to install 2.13.2 right? No, I tested with version 2.13.0 ![Screenshot 2022-05-03 at 12 18 46...
> I had exact same error and resolved by downgrading to 2.13.0 Yes I saw your post and solution you gave. And I also tried to implement it and after...
You mean to say, the file I am getting an error called `FrameProcessorRuntimeManage.kt` is not included in v2.13.0?