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.
Update:[Tried placing app and DYSM file in the same directory still didn't work.]