Atos does not symbolicate system frameworks/libraries properly

你离开我真会死。 提交于 2019-11-28 12:04:56

The answer was so simple but sometimes you don't see it in front of you.

Instead of using the application's dSYM you use the framework of the iOS version that the device has when crashed. e.g. for the UIKit symbols of the iOS 8.1.1

xcrun atos -arch arm64 -o ~/Library/Developer/Xcode/iOS DeviceSupport/8.1.1 (12B436)/Symbols/System/Library/Frameworks/UIKit.framework/UIKit -l 0x18d5b0000 0x000000018d5f90b0

Anton Tropashko

here ya go iOS crash reports: atos not working as expected for application lines tedious it is though, have to go by a single line at a time.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!