Unable to symbolicate memory address of the trace file

602 Views Asked by At

I have created trace file using memory leaks profile, trace got generated and I am able to view some leaks getting displayed in the trace file (Instruments Version 7.3.1) (iPhone iOS 8.3)

I have symbolized the trace file using proper DYSM and binary files In the details view of the memory leak, i am seeing only memory address and Call tree view is empty. DYSM file was generated on a different machine and imported into my machine as we have a separate build machine. FYI: Trace was generated from Appium automation. Trying to resolving this for past one day unable to find any solution. ScreenShot for reference

Update:[Tried placing app and DYSM file in the same directory still didn't work.]

1

There are 1 best solutions below

4
On

Since you mentioned in a comment you were using Appium to generate Instruments trace files, I can switch to an answer now. Profile your project from Xcode by choosing Product > Profile in Xcode. I'm pretty sure that will fix your issue.

If you are still getting memory addresses instead of function names after profiling from Xcode, you will have to locate the dSYM file in Instruments. Choose Instrument > Call Tree Data Mining > Locate dSYM to locate the dSYM file. The dSYM file is usually in the same directory as the application bundle of the release version of your project. You have to be in the call tree view in Instruments to enable the menu items for locating dSYM files.