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

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -