Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics in iOS won't proceed past "Build Your Project" in Fabric app

I'm installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc.

I was experiencing an issue, so I removed the frameworks and decided to start over and try a fresh install. But the Fabric app updated to a newer version, and now when I try to reinstall Crashlytics into my app, it doesn't give me the option to reinstall the frameworks. It goes straight from clicking "install" to the "Build your project" screen, which I cannot pass.

To help configure your project, please build it now by pressing ⌘B

I press ⌘B, it builds and nothing happens. I think the issue is because I removed the Crashlytics and Fabric frameworks from my project, but I can't see a way to add them back again. The Fabric app doesn't give me that option.

like image 990
wanderingme Avatar asked Jan 23 '15 19:01

wanderingme


People also ask

How do you integrate Crashlytics in iOS app?

Step 1: Add the Firebase Crashlytics SDK to your app In Xcode, with your app project open, navigate to File > Add Packages. Note: New projects should use the default (latest) SDK version, but you can choose an older version if needed. Choose the Crashlytics library.

What is COM Crashlytics data?

Crashlytics will log usage data about your app and provide insights into the nature of stability problems. Crashlytics provides a software development kit (SDK) that developers can integrate into an Android, iOS or Unity app. It was created by Fabric.


2 Answers

Go into Build settings of the your target. Find "Debug Information Format". Set this from "DWARF" in both debug and release to "DWARF with dSYM File"

like image 181
Stigblue Avatar answered Sep 28 '22 03:09

Stigblue


Moving from Comment to Answer.

Mike from Fabric here. If you back up through the Mac app, then click on the arrow in the top-left, click on "+ New App", that will walk you through re-adding everything.

like image 21
Mike Bonnell Avatar answered Sep 28 '22 05:09

Mike Bonnell