EmergeTools / ETTrace

Easily and accurately profile iOS apps
https://www.emergetools.com/ettrace
MIT License
532 stars 20 forks source link

ETTrace error: keyNotFound #44

Closed denil-ct closed 1 year ago

denil-ct commented 1 year ago

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))
Itaybre commented 1 year ago

Is your device using the latest framework for ettrace?

denil-ct commented 1 year ago

Ah, my bad. I was on version 0.2. Works fine with 1.0.0. Thanks!