I\'m trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I\'ve followed the documentation here, but my build a
If you follow closely the Getting Started documentation, you might be in for some frustrations. Trust me. I had my share of that.
Now here's what I can share with you.
If you previously had Fabric RunScript for that Target, then it's best if you delete that and create a new one, apply the GettingStarted instruction, and replace the $(INFOPLIST_PATH)
with GoogleService-Info.plist
.
There should be no Fabric configuration on your Info.plist
file anymore. It's this thing:
. If you still have that, time to say goodbye and let go of those feelings or face this issue.
[Fabric] failed to download settings Error Domain=FABNetworkError Code=-5... blah blah blah
, then go clean that Build Folder first (shift + cmd + k
).If your next build works, try force crashing your app and check out the crash logs on Firebase.
Here's my stack: Xcode 10.2.1 | Fabric 1.9 | Crashlytics 3.12