skip to Main Content

I’ve got a phone with some crash logs on it, with any version of Xcode other than 15.0, I can instantly see and access them like so:

Xcode 14

However using Xcode 15 with the same phone attached there is nothing to see:

XCode 15

Clicking the Open button for either the Other Logs or the Unsymbolicated Logs show nothing, they are both empty.
Where then and how to find and get the crash logs with Xcode 15?

2

Answers


  1. go to XCode -> Window -> Devices and Simualtors -> your device -> Open recent Logs

    Login or Signup to reply.
  2. when you link your iphone,this path can find crash-logs;
    ~/Library/Logs/CrashReporter/MobileDevice/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search