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.

crash log

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

atos cannot symbols dsym of archived application


Comments

Popular posts from this blog

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

c# - Oracle Advanced Queues - Dequeueing Commit/Rollback -