Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8354661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:37:09+00:00 2026-06-09T09:37:09+00:00

My iOS application crashed. I would like to read the crash log with the

  • 0

My iOS application crashed. I would like to read the crash log with the dSYM file. How is it possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T09:37:11+00:00Added an answer on June 9, 2026 at 9:37 am

    First of all, you need three files: the dSYM file, the application file and the crash log.

    Open the X Code, in the project navigator reveal the Products folder, and “Show in finder” the app file. Here you will find the dSYM file too. Copy them to a folder.

    Now open the terminal, and navigate to the folder you copied previously the two files. Run: dwarfdump --uuid Application_name.app/Application_name
    You should receive the application’s UUID.
    Run the following command: dwarfdump --uuid Application_name.app.dSYM – you will receive the UUID again, which should match the previously received UUID.

    Open the crash log (X Code – Organizer – crashes), and find the line where appears the “Binary images” title. Here is another UUID in the first line, which should match again with the previously received in the terminal.

    Now, you are assured the crash was logged in the build you are examining, so open again the crash log file, find the Thread 0 section, and there should be two lines with your application name and two addresses. Such as:

    Application_name 0x123456
    Application_name 0x987654
    

    In the terminal you should run now: atos -arch armv7 -o address1 address2 (the address1 and address2 should be replaced with the previous two addresses, and the armv7 with your system’s – it is shown at the lines, where you got the UUIDs).

    Happy debugging!

    EDIT: I would like to mention this post as base of mine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: iOS application: how to clear notifications? is there a way how to
I have found a crash in an iPhone application with target iOS 4 that
I'm developing an iOS application which (like any other) requires a certain amount of
I am developing an iOS application and thanks to Xcode's output log I've been
In my iOS application, I'm using custom NavigationItem (added to root view from Nib
i have ios application with xcdatamodeld, i want update some data so need a
In my ios application i want to store an object's reference. This object can
In my iOS application, i'm posting the request to server using NSURLConnection. The following
In my iOS application, I'm showing date picker through which user can select at
I have ios application with datetimepicker, and i am store the date in to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.