Xcode 16 Organizer Failed to Download Report's Stack Trace

I am currently investigating an issue with my app's slow launch time in Xcode 16. However, when I open the Launches pane in the Xcode Organizer, I can only see the report list, but I encounter an error message like the one below in the stack trace.

This issue also occurs in the Disk Writes, Energy, and Hangs panes, but not in the Crashes pane.

Can someone advise me on what steps I should take? Any help would be greatly appreciated.

Thank you for bringing to my attention the performance issue. If the application is starting slowly but not crashing, it should not generate a crash file. To confirm this, please follow the steps below:

  1. Capture a sysdiagnose report: Take a sysdiagnose from the device when the application is experiencing slow startup.
  2. Locate crash files: Examine the ‘Crash’ and ‘Spin’ directories within the sysdiagnose report. If there are no crash files present, it confirms that the application has not crashed.
  3. Analyze logs: Open the logs from the sysdiagnose report. Look for any entries related to ‘exit’, ‘termination’, or ‘crash’ during the time the application started slowly. This will provide valuable insights into the issue.

Additionally, here are some resources you can refer to for more information on debugging application performance and analyzing logs:

These resources should assist you further in investigating the performance problem and identifying the root cause.

Albert Pascual
  Worldwide Developer Relations.

Xcode 16 Organizer Failed to Download Report's Stack Trace
 
 
Q