0
  • Am currently using Xcode6.4 , and I am actually trying out the Instruments (time profiler) for the first time...

  • The Instrument is working fine if I choose simulator and somethig wierd is happenning when I connect to a real-device(iOSv8.3)...(i.e)the application hangs.

My question is that is there a way to use instruments with a real device connected ??

Pls do share if u came across the same probs and found a solution ...

Thanks in advance..

Legolas
  • 805
  • 1
  • 11
  • 24

1 Answers1

1

Yes you can.

Here is Apple documentation that talks about it a bit. Note this paragraph:

In order to use Instruments to profile an iOS device, your device must be provisioned for development before data can be collected from it. See Provisioning Your iOS Device for Development.

Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215