Swift Tutorials:- Integrate firebase crashlytics in iOS app using swift

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • In this video, we are going to learn how to use #Firebase #crashlytics in our #iOS app written in #swift language. We will use swift package manager to add firebase SDK's.
    In documentation of firbase crashlytics for iOS, by default SPM(Swift package manger) is used and the script commands are also for that (to upload DYSM automatically).
    If you are using cocoa pods to install Firebase SDk, you need to use this script command
    "${PODS_ROOT}/FirebaseCrashlytics/run"
    For more info regarding script command for Firebase crashlytics in IOS, visit given below link
    firebase.googl...

Комментарии • 16

  • @GSreekanth3456
    @GSreekanth3456 Год назад +1

    Not able to see crash in Firebase Console.
    It's saying that,
    Crashlytics detected a missing dSYM for version 1.0.24 (1.0)
    dSYM UUID 4C354A14-F736-36B1-8612-B5E4766659A1
    I have added Crashlytics from SPM(Swift package manger) only still I'm getting error.

    • @gsreekanth7694
      @gsreekanth7694 Год назад +1

      It got solved after adding Firebase *Crashlytics SDK 9 .0.0*

  • @anotherday226
    @anotherday226 2 года назад +1

    Why do i have this issue: "Command PhaseScriptExecution failed with a nonzero exit code" ?
    I did everything what you said, step by step.
    two times even

    • @swifttutorialsforios
      @swifttutorialsforios  2 года назад

      There might be something broken. Don’t know exactly.

    • @bunnyrabits
      @bunnyrabits 2 года назад +1

      add this "${PODS_ROOT}/FirebaseCrashlytics/run" in the run Script.

    • @anotherday226
      @anotherday226 2 года назад

      @@bunnyrabits where exactly?
      Should I create a new run script, or I should write it right below {BUILD_DIR…}
      Thanks for your help 🥺

    • @bunnyrabits
      @bunnyrabits 2 года назад +1

      @@anotherday226 try replacing it. Also take care of these points at 11:15

  • @internetandlifehacks
    @internetandlifehacks 2 года назад +1

    Brilliant!

  • @ericktrejo6184
    @ericktrejo6184 2 года назад +1

    Beautiful

  • @kaushalparmar5483
    @kaushalparmar5483 Год назад

    Unable to get crash on console i do the same steps but didn't get any crashes.

  • @poojanegi9786
    @poojanegi9786 Год назад

    awaz b nikal lo bhai ... sunai ni dra kuch

  • @nikiberistain9049
    @nikiberistain9049 2 года назад

    ty for cocoa pods are the same scripts used in the input files?

  • @chaitanyakella7937
    @chaitanyakella7937 2 года назад

    Beautiful