Symbolicating iPhone App Crash Reports

后端 未结 25 2617
迷失自我
迷失自我 2020-11-21 05:38

I\'m looking to try and symbolicate my iPhone app\'s crash reports.

I retrieved the crash reports from iTunes Connect. I have the application binary that I submitted

25条回答
  •  青春惊慌失措
    2020-11-21 05:57

    We use Google Crashlytics to supervise crash logs, the feeling is very timely and convenient to use.

    Document links: https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#missing-dsyms

    All about Missing dSYMs Fabric includes a tool to automatically upload your project’s dSYM. The tool is executed through the /run script, which is added to your Run Script Build Phase during the onboarding process. There can be certain situations however, when dSYM uploads fail because of unique project configurations or if you’re using Bitcode in your app. When an upload fails, Crashlytics isn’t able to symbolicate and display crashes, and a “Missing dSYM” alert will appear on your Fabric dashboard.

    Missing dSYMs can be manually uploaded following the steps outlined below.

    Note: As an alternative to the automated dSYM upload tool, Fabric provides a command-line tool (upload-symbols)) that can be manually configured to run as part of your project’s build process. See the upload-symbols section below for configuration instructions.

    ...

提交回复
热议问题