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?