Post

Replies

Boosts

Views

Activity

How can I check historic device crash logs with Xcode 15?
I connect my device to and open Devices and Simulators on Xcode 15. I choose my device and click on "open recent logs". I get a file selector with two empty directories "other logs" and "unsymbolicated files." I open the same window on Xcode 14 and click on "View Device Logs." I get a whole bunch of crash and termination logs. How can I access the same crash logs on Xcode 15?
2
5
975
Oct ’23
Creating an instance of ProcessInfo messes up low power mode results
When I create a ProcessInfo instance using ProcessInfo(), it seems to mess up the internally created singleton instance. Because afterwards, when I use ProcessInfo.processInfo to retrieve the low power mode state of the device, it returns the same result (the mode when ProcessInfo() was called) regardless of what the actual mode is at that moment. I tested this on 15.6.1.
2
0
473
Feb ’23