You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get cargo-instruments running like this:
cargo instruments -t time
Finished dev [unoptimized + debuginfo] target(s) in 0.96s
Profiling target/debug/cli with template 'Time Profiler'<Prints my application logs>
Failed instruments errored:
I have tried searching the issues here for that error, but I can't find anything.
I have xcode installed through Xcodes and I have verified that I can start the Instruments app.
I have used Instruments to instrument iOS applications previously.