EmergeTools / ETTrace

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

Key Not Found ("device") #58

Closed rcrahul43 closed 10 months ago

rcrahul43 commented 11 months ago

ETTrace error: keyNotFound(CodingKeys(stringValue: "device", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"device\", intValue: nil) (\"device\").", underlyingError: nil))

I am using ETTrace version 1.0.0

noahsmartin commented 10 months ago

Hey @rcrahul43 can you double check that you are using 1.0.0 for both the framework in the app and the CLI? This error would be expected if there was a mismatch between the CLI and the framework