2

I am trying to find memory leaks from my Xcode project. I don't know, what happened - I can't select anything from Run->Run with performance tool - the list of things are disabled.

Please help me, I am a beginner.

Paul R
  • 208,748
  • 37
  • 389
  • 560
mac
  • 4,760
  • 7
  • 31
  • 33
  • Maybe you don't have the CHUD tools (Shark, Instruments, etc) installed ? Or maybe you decided to move them and now Xcode can't find them ? – Paul R Jul 09 '10 at 16:39

2 Answers2

1

The problem was i have deleted the build folder and was trying to run with performance tool, without building the code again, if you need to test your app with performance tool, you must compiled your code, and you need to have build folder in your project.

mac
  • 4,760
  • 7
  • 31
  • 33
0

I believe you are building an iOS program. As said by Apple engineers, most items under Run with Performance Tool need dTrace support, but dTrace is not available for iOS yet, not even for simulators.

an0
  • 17,191
  • 12
  • 86
  • 136