Hi. We can see output from dyld, when adding the DYLD_PRINT_STATISTICS=1 env var, in the XCode console when running from simulator.
When running on device the statistics are not printed in either XCode console or Console.app.
Is there a way to get this info when running an app on device?
When running on device the statistics are not printed in either XCode console or Console.app.
Is there a way to get this info when running an app on device?
Mea culpa. I prematurely optimized my scheme before running once and had turned off some of the standard checks in the Options and Diagnostics pane.
I performed some additional tests and isolated it down to the "Main Thread Checker". If you disable that, the dlyd statistics will not be printed.
This is using XCode 12.4 on MacOS 11.1
I performed some additional tests and isolated it down to the "Main Thread Checker". If you disable that, the dlyd statistics will not be printed.
This is using XCode 12.4 on MacOS 11.1