I have generated trace file using memory leaks profile using Appium-Instruments, 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.
Trying to resolving this for past one day unable to find any solution.
Am i missing something that has to be passed while generating the trace file which might help me to symbolicate or display data under Call Tree view.