Search code examples
iphonexcodeshark

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 always 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.


Solution

  • 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