Need an alternative to read trace file for leaks when using Xcode 12 since 'xctrace export' do not support leaks

I am using xctrace command for Xcode 12 to record leaks. Is there any alternative to export leaks or to make it readable other than 'xctrace export'
Hi there,

xctrace CLI is the only tool to export data from the trace files. It currently doesn't support exporting data from a few older Instruments (Allocations, Leaks, VM Tracker). We're aware of this limitation — this enhancement request is already tracked on our side.

For the time being, your alternative would be to capture memgraph using Xcode UI and run it through leaks CLI. Please let me know if you have any further questions or concerns.

Best,

Kacper
Kacper, Will this work for real iOS device as well as I tried but unable to do so.

Could you please let me know some pointers or reference that I can refer to work this with real iOS device.
Need an alternative to read trace file for leaks when using Xcode 12 since 'xctrace export' do not support leaks
 
 
Q