Crashlytics in iOS failed to proceed "Build and run your app" step

Viewed 908

I've added Firebase Crashlytics by removing Firebase crash as per official documentation provided by the Firebase. Everything done accordingly but Build and run your app step failed to detect my app building with no reason. I went through some questions in here like Crashlytics in iOS won't proceed past “Build Your Project” in Fabric app but solutions not worked for me. I've properly set "Debug Information Format" to "DWARF with dSYM File" as well. Why firebase failed to detect "Build and run your app" step for my app?

1 Answers

Go to your project in firebase console. Find "Download the latest config file" under "Your apps" section. Download the GoogleService-info.plist. Now Go to your xcode project. Delete existing GoogleService-info.plist and add the recently downloaded file to your project.

It worked for me.

Related