I am using ETTrace on a physical device, and I got a decoding error. I think the recording did not happen correctly.
$ ettrace
Please open the app on the device
Re-run with `--simulator` to connect to the simulator.
Press return when ready...
Connecting to device.
Connected
Started recording, press return to exit
Waiting for report to be generated...
Stopped recording, symbolicating...
ETTrace error: keyNotFound(CodingKeys(stringValue: "stacks", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"stacks\", intValue: nil) (\"stacks\").", underlyingError: nil))
I am using ETTrace on a physical device, and I got a decoding error. I think the recording did not happen correctly.