ios - Not Able to read Xcode crash log -
i received crash in app released on app store few days ago. got crash report in xcode 8.3 not able debug it. can going through report?.
have attached screenshot of crash report inside xcode.
you can symbolicate crash report lot of methods. first, need save .app file caused crash. , .crash file , dsym
file. can download dsym organiser.
symbolicate crash report doing this:
put .app, .crash , dsym
files in on folder go folder in terminal write below line :
xcrun atos -o myapp.app/myapp -arch armv7 -l 0xb7000 -f whateverthernameis.crash
references:
how symbolicate crash log xcode 7?
how can find memory location apple crash report? app crash.?
symbolicating iphone app crash reports
new xcode crash organizer not symbolicate .xccrashpoint files
Comments
Post a Comment