Post not yet marked as solved
Post marked as unsolved with 2 replies, 496 views
Hi
I have watched this video https://developer.apple.com/wwdc20/10168
and tried to implement Logger in my application.
Then I've tried to generate .logarchive file from my iPhone device using this command (as it was mentioned in the video):
sudo log collect --device --start '2021-09-07 10:00:00' --output logTest.logarchive
where the result was:
Archive successfully written to logTest.logarchive
However, when I double-click over this file it opens the Console.app but then it stays infinitely loading the .logarchive.
Some notes:
The file size is about 150Mb, so I believe is not related with this.
Am I doing something wrong? Can you please help me?
Thanks in advance