skip to Main Content

flutter crashlytics dashboard not showing

-------For app level------ dependencies { implementation platform('com.google.firebase:firebase-bom:32.3.1') implementation("com.google.firebase:firebase-crashlytics") implementation 'com.google.firebase:firebase-analytics' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" -------For project level------ dependencies { classpath 'com.google.gms:google-services:4.4.0' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9' classpath 'com.android.tools.build:gradle:7.3.0' classpath…

VIEW QUESTION

Firebase – macOS – Crashlytics

I have successfully installed Crashlytics for a macOS app. The issue is that when I run xcodebuild I get the following error: Build description path: /Users/user/Software/macos-project/build/XCBuildData/1de1a3320b63060eeac8ee6054441eab.xcbuilddata warning: Building targets in manual order is deprecated - check "Parallelize build for command-line…

VIEW QUESTION
Back To Top
Search