cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The document “xyz.trace” could not be opened. Document Missing Template Error

drazen-todorovic opened this issue · comments

The command

open target/instruments/xyz.trace

Causes the following error: "The document “xyz.trace” could not be opened. Document Missing Template Error".

I am running the cargo instruments with the following command:

cargo instruments --package backend --template alloc --bin backend --release

Debug info for the release profile is enabled.

Os version: macOS Sonoma 14.0
Chip: Apple M2

Latest XCode tools installed.