We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This tool may well save me a lot of pain as I'm not a frequent user of instruments.
instruments
I ran into the following: Despite being able to run xctrace in the terminal, I get the following error.
> cargo instruments --template sys > Failed instruments errored: xcrun: error: unable to find utility "xctrace", not a developer tool or in PATH
Any ideas?
The text was updated successfully, but these errors were encountered:
Maybe there's something helpful in #42 ?
Sorry, something went wrong.
This fixed it for me: nodejs/node-gyp#569
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
No branches or pull requests
This tool may well save me a lot of pain as I'm not a frequent user of
instruments
.I ran into the following: Despite being able to run xctrace in the terminal, I get the following error.
Any ideas?
The text was updated successfully, but these errors were encountered: