Why is "Run > Run with Performance Tool > Shark" always gray in Xcode? How to call that?
There's this Shark entry in my run menu. But it's a开发者_如何学Pythonlways inactive. What's wrong? New xcode with Snow Leopard. Installed all developer tools including CHUD from scratch. Shark itself runs but sees no devices, even though xcode does. it builds and runs on the device. no issues.
I see the same issue when working in iPhone Apps. For MAC Apps it is not greyed out on Snow Leopard for me at least.
So... I suggest build and run your application, then find the Shark Application and launch it manually.
Here is a quick guide I found useful.
http://rudifa.wordpress.com/2009/09/16/profiling-an-iphone-application-with-shark/
Good luck!
Kevin
Just to add to the "real" answer, there are a number of things XCode greys out that are OK to run. You can for example launch Instruments manually and attach to your app to run other instruments XCode would not let you start with, Shark as noted is the same way.
精彩评论