Ios swift – getting OSLog Logger statements on device for archived build
Is it possible to get OSLog statements on device for a release build? If I launch the app in the simulator or on device from Xcode, the app can read and display its own log statements using the code below.…