cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cargo instruments hanging after OS upgrade

kraktus opened this issue · comments

Hello, thanks again for the crate.

After upgrading to Ventura, every time I launched cargo instruments it would hang forever. I then realised I didn't restarted Xcode since the upgrade and bingo, it asks for my password to finish completion I guess. After it, cargo instrument resumed smoothly.

I'm not sure at which point the process was hanging and If it's catchable for the crate, but thought to report it nevertheless, feel free to close if considered out-of-scope.

happy to leave this open in case other people run into it, but I'm not sure there's a good way for us to really do anything helpful here, unless there's some way we could detect beforehand with xcode-select that something was amiss?

leaving a comment to let you know that this issue saved my ass!