Search code examples
iosfirebasefirebase-crash-reporting

Firebase Crash: how to remove on iOS?


I want to disable Firebase Crash Reporting on iOS, as I am already using Crashlytics (through Fabric).

I removed pod 'Firebase/Crash' fom my Podfile, but when I compile the application, it gives me an error:

Script-xxxxxxxxxxxxx.sh: line 3: /myproject/Pods/FirebaseCrash/upload-sym: No such file or directory

how can I fix it?


Solution

  • Remove the Run Script that was added to Build Phases when you originally set up Firebase Crash.