xcode6 - Can't we use Instruments with a real-device attached, instead of using iOS simulator ?? -


  • am using xcode6.4 , , trying out instruments (time profiler) first time...

  • the instrument working fine if choose simulator , somethig wierd happenning when connect real-device(iosv8.3)...(i.e)the application hangs.

my question is there way use instruments real device connected ??

pls share if u came across same probs , found solution ...

thanks in advance..

yes can.

here apple documentation talks bit. note paragraph:

in order use instruments profile ios device, device must provisioned development before data can collected it. see provisioning ios device development.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -