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.
当我尝试通过 Organizer 的崩溃打开项目崩溃时,它不会再将我带到崩溃的代码行,也不会向我提供有关此崩溃的详细信息。知道为什么吗?
注意:项目是一个旧应用程序。
您说该项目是一个旧应用程序。您在 Xcode 中的源代码版本是否与生成崩溃报告的应用程序版本相匹配?如果您的源比生成崩溃的应用程序版本更新,则崩溃转储符号中的信息将不匹配,并且链接可能不起作用。
使用 xcode调试中的 AddExceptionBreakpoint ->断点 createExceptionBreakpoint这将帮助您。顺便说一句,LogView 中显示的崩溃描述是什么