cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files
MIT License
672 stars 34 forks source link

cargo instruments hanging after OS upgrade #82

Open kraktus opened 1 year ago

kraktus commented 1 year ago

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.

cmyr commented 1 year ago

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?

sanbox-irl commented 1 year ago

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