14

I want to debug my core animation code. However, the instruments profile doesn't exist, and it's not available in the library in instruments either.

I'm using Xcode 4. How do I install/access it and get it working?

Agi Hammerthief
  • 2,114
  • 1
  • 22
  • 38
Erik
  • 5,791
  • 5
  • 30
  • 45
  • 1
    What kind of app is it: Mac or iPhone? The Core Animation Instruments template is for iPhone only. – Swift Dev Journal Jul 01 '11 at 18:27
  • Sorry that i wasn't clear, I'm doing iPhone development – Erik Jul 01 '11 at 18:29
  • When you say "the instruments profile doesn't exist", do you mean that the Core Animation template is not available when you choose File > New in Instruments? If that's the case, all I can tell you is that it is available for me if I select All or Graphics under iOS. – Swift Dev Journal Jul 01 '11 at 18:46

1 Answers1

41

Core animation profiling is only available from a device. It won't show up if you're profiling the simulator.

bryce
  • 698
  • 10
  • 11