Symbolication using Zoho Apptics

Symbolication using Zoho Apptics

Overview

Symbolicating the crash reports into a human-readable format is essential for any developer to understand the reason behind the crash quickly.

What is a dSYM file?

A dSYM file is a debug symbol file generated by Apple Xcode and has all the debugging information for the particular crash. They are useful for re-symbolicating crash reports.

Apptics automatically processes your dSYM files to give you human-readable crash reports.

If the dSYM upload fails because of unique project configurations or bitcode in your app, you can upload the dSYM file manually in the Apptics console.

Check if Xcode is producing dSYM files:

  1. Open your project in Xcode and select the project file in the Xcode navigator.
  2. Select your main build target from the Select Project or target dropdown.
  3. Open the target's build settings tab.
  4. Click All near the top of the tab.
  5. Search for 'debug formation format'.
  6. Set Debug information format to DWARF with dSYM file.
  7. Build your app again and check the Apptics console to see if the dSYM is uploaded.

Logs aren't symbolicated

  1. If the logs aren't symbolicated in the crashes, choose one of the below options to provide the symbols needed to symbolicate the crash.

Option 1: Finding the .dSYM on your Mac.

  1. Locate your application's .xcarchive file in the finder.
  2. Right-click the .xcarchive file in the finder and select show package contents.
  3. You will see a folder named dSYMs that contains the dSYM bundle.
  4. Zip this directory and upload it to the Apptics server on the manage dSYM page.

Option 2: Download dSYMs using Xcode organizer.

  1. Follow the below steps and download the dSYM files from the Xcode organizer.


  1. Open the Organizer window from the Xcode menu.
  2. Select Archives in the Products section in the organizer window.
  3. Click download debug symbols from the details tab on the right.
  4. Zip this directory and upload it on the Manage dSYM page in the Apptics console.

Option 3: Download the symbols from iTunesConnect for your bitcode enabled apps.

  1. After you create an archive and upload your app to iTunes Connect, it will be processed by Apple. To get the correct version of your app dSYM from the AppStore, you can use the Xcode Archives Organizer or log in to iTunes Connect.
  1. Follow the below steps to download the dSYM files for bitcode enabled version from the iTunes Connect portal.
    1. Log in to Apple iTunes Connect.
    2. Select My Apps > (selected app) > Activity.
    3. From the list of builds for your application, select the build number you need for the dSYM.
    4. Click Download dSYM.
    5. Zip this directory and upload it to the Apptics server on the Manage dSYM page.

Upload dSYM in Apptics

  1. Navigate to Quality > dSYM > Mange dSYM.
  2. Click Upload dSYM File and a pop-up will appear on the screen.

  1. Select your App version from the drop-down menu.
  2. Click on Choose File and select the dSYM file you want to upload.
  3. Click Upload and the new dSYM file will be uploaded.

NOTE: When multiple builds of the same version are uploaded to the AppStore, multiple dSYM files will be uploaded to the apptics server. In that case, the developer can choose which dSYM should be used to symbolicate the crashes arriving from the released version (by default, the latest dSYM file will be chosen).

Troubleshooting unsymbolicated crash reports

If the crashes are still unsymbolicated after uploading proper symbols, it might be because the uploaded dSYM files don't match the app version of the crash report.

You can make sure whether your dSYM files have the UUIDs that match with the UUIDs of your crash reports by using a command called dwarfdump.
  1. To find the UUID in the dSYM file:
dwarfdump -u YourApplication.app.dSYM
  1. It should print something like this:
UUID: 331EB9D3-5C70-3143-80BF-8D5B5FC394BC (armv7)YourApplication.app.dSYM/Contents/Resources/DWARF/YourApplication UUID: 7071835B-8205-3DDC-ACC5-67E60740F27A (arm64)YourApplication.app.dSYM/Contents/Resources/DWARF/YourApplication
  1. Check if the UUID printed in the terminal matches the UUIDs of your application binary which you can find under the "Binary Inages" section of the crash report.
Binary Images:
0x100a04000 - 0x10193bfff +YourApplication arm64 <7071835b82053ddcacc567e60740f27a> /private/var/containers/Bundle/Application/FCEBD58B-724E-477E-890A-D27E438A1D20/YourApplication.app/YourApplication


    Access your files securely from anywhere

      Zoho CRM Training Programs

      Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

      Zoho CRM Training
        Redefine the way you work
        with Zoho Workplace

          Zoho DataPrep Personalized Demo

          If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

          Zoho CRM Training

            Create, share, and deliver

            beautiful slides from anywhere.

            Get Started Now


              Zoho Sign now offers specialized one-on-one training for both administrators and developers.

              BOOK A SESSION









                                            You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                Manage your brands on social media

                                                  Zoho Desk Resources

                                                  • Desk Community Learning Series


                                                  • Digest


                                                  • Functions


                                                  • Meetups


                                                  • Kbase


                                                  • Resources


                                                  • Glossary


                                                  • Desk Marketplace


                                                  • MVP Corner


                                                  • Word of the Day


                                                    Zoho Marketing Automation

                                                      Zoho Sheet Resources

                                                       

                                                          Zoho Forms Resources


                                                            Secure your business
                                                            communication with Zoho Mail


                                                            Mail on the move with
                                                            Zoho Mail mobile application

                                                              Stay on top of your schedule
                                                              at all times


                                                              Carry your calendar with you
                                                              Anytime, anywhere




                                                                    Zoho Sign Resources

                                                                      Sign, Paperless!

                                                                      Sign and send business documents on the go!

                                                                      Get Started Now




                                                                              Zoho TeamInbox Resources



                                                                                      Zoho DataPrep Resources



                                                                                        Zoho DataPrep Demo

                                                                                        Get a personalized demo or POC

                                                                                        REGISTER NOW


                                                                                          Design. Discuss. Deliver.

                                                                                          Create visually engaging stories with Zoho Show.

                                                                                          Get Started Now









                                                                                                              • Related Articles

                                                                                                              • Obfuscation using Zoho Apptics

                                                                                                                Overview Obfuscation of your code is the process of renaming all the classes and their members in a way that is difficult to crack but will function correctly. Proguard is the default Java code optimizer for Android that helps in making android ...
                                                                                                              • Flows in Zoho Apptics

                                                                                                                Overview Flows help you to visualize the path a user takes to interact and navigate within the app. Sankey flow diagrams are used to represent the user path during the selected timeframe visually. In Apptics, you can analyze flows either based on ...
                                                                                                              • Zoho Projects integration in Zoho Apptics

                                                                                                                Overview Zoho Projects integration helps you carry out your day-to-day tasks effectively. You can assign any crashes, non-fatal, in-app feedback, or store reviews that you receive for the app as bugs and track their progress. You will be able to do ...
                                                                                                              • Non-fatal tracking in Zoho Apptics

                                                                                                                Overview Apptics provides a way to record the exceptions caught in your app's try-catch blocks using the non-fatal feature. This allows you to send info about the thrown exceptions from your code's catch blocks to our servers. To start tracking ...
                                                                                                              • Zendesk integration in Zoho Apptics

                                                                                                                Overview Zendesk integration helps you streamline customer support activities effectively. You can assign any feedback, bug, help, or report that you receive in Apptics as a support ticket and access detailed reports in your Zendesk workspace. You ...
                                                                                                                Wherever you are is as good as
                                                                                                                your workplace

                                                                                                                  Resources

                                                                                                                  Videos

                                                                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                  eBooks

                                                                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                  Webinars

                                                                                                                  Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                  CRM Tips

                                                                                                                  Make the most of Zoho CRM with these useful tips.



                                                                                                                    Zoho Show Resources