Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to view logs for AdHoc apps?

When running apps in debugging mode one can simply see the logs and their println() calls straight from xCode.

I want to test some things in a production environment, and hence want to see my logs for the app I signed with an AdHoc provisioning profile. Is there any way to achieve this? How?

like image 544
David Avatar asked Feb 19 '15 03:02

David


1 Answers

In XCode 7, firstly, connect your device with your Mac, then open XCode -> Windows -> Devices. enter image description here

Choose device -> Your device (which you want to look LOG). Look at the bottom, have a small arrow, touch it to see RUNTIME LOG of device.

enter image description here

like image 90
Huy Le Avatar answered Nov 15 '22 00:11

Huy Le