I swear that I used to be able to review my apps' print statements in Xcode when connecting my iDevice and running an app that was downloaded from the App Store. I can't find a way to do this anymore. Xcode 8.1 Devices window shows a console with all kinds of information printing out from the device's activity, but doesn't show the print statements from the apps I am running.
Have I gone crazy and this was never possible? Is it just not possible any more? Or is there still some way to view print-to-console statements from an app running on a device that wasn't built and ran directly from Xcode?
Thanks!