We have implemented Firebase Crashlytics in the Mobile application to monitor and analyze crashes in a more user-friendly manner. While we are able to capture crashes occurring on Android devices without any issues, we have encountered a warning for our iOS application indicating that a dSYM file is required to properly read the crash logs.
Any guidance on how to obtain the dSYM file from the iOS application? Here are some additional details for reference:
Hi,
To obtain the dSYM file from your iOS application, please follow these steps:
Source Code Retrieval: You can use the 'Get Source Code API', which requires the Platform version to be at least 11.27.0 and the Lifetime version to be at least 11.21.1. Ensure your environments meet these version requirements before proceeding. You will also need to create a service account in Lifetime and follow the instructions outlined in the Download Source Code documentation.
For Older Versions: If your Platform server version is below 11.27.0, please submit a support ticket. Be sure to provide your app identifier along with the application’s generated date and time.
File Location: For builds generated with MABS 10.0, the dSYM file can be found at the following path: /source/platforms/iOS/.xarchive/dSYMs.
Best Regards,
Janakiraman JR
Hey @JR.
I believe dSYMs could be available for download within App Store Connect. Have you tried it?
BR.
Hi Ricardo Silva,
As mentioned the documentation, I attempted to locate the "Download dSYM" option on App Store Connect, but I was unable to find it.
Regards,