Reputation: 2162
Im new to instrument and ios development. I have this app and I want to test it in instrument to see how this is set inside my app but I can't run any of instrument in my machine whenever I choose one here
it directs me to this
then when I choose one, this alert pop up
could anyone help me? Thanks in advance.
Upvotes: 1
Views: 155
Reputation: 13984
Try to run this command from a term:
sudo chmod a+rwxt /Library/Caches/com.apple.dt.instruments
Take a look at "Unable to Profile as *.tracetemplate "could not be opened."
Upvotes: 2
Reputation: 7876
Your Xcode installation looks corrupted. Uninstalling and reinstalling Xcode should fix your issue.
Upvotes: 0