firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

Firebase Crashlytics Not working as expected for Carthage #6929

Closed RushanB closed 3 years ago

RushanB commented 3 years ago

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

As I followed the instructions to set up Firebase Crashlytics using Carthage: https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md - I keep getting this error in the console: "Line 61: 13058 Killed: 9

image

I believe this could be project related as I am using the same script with Carthage in another project and it is building successfully and working as expected.

Relevant Code:

This is my script: image

RushanB commented 3 years ago

I fixed this by re-downloading the 'run' and 'upload-symbols' files