Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Xcode 应用程序崩溃后查看崩溃日志列表(我不需要设备崩溃日志)?或者至少,有没有关于 Xcode 应用程序的类似信息的日志?
打开 Console.App,它会显示你曾经遇到的每一次崩溃。加上一些非常简洁的控制台信息。
但这不是 iOS 开发问题..
您可以在此处找到 Mac 应用程序(包括 XCode)崩溃日志:~/Library/Logs/DiagnosticReports/
~/Library/Logs/DiagnosticReports/
你试过 Crashlytics 吗?一旦崩溃,它将显示堆栈跟踪。