Reader small image

You're reading from  iOS Forensics Cookbook

Product typeBook
Published inJan 2016
Publisher
ISBN-139781783988464
Edition1st Edition
Tools
Concepts
Right arrow
Authors (2):
Bhanu Birani
Bhanu Birani
author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

Mayank Birani
Mayank Birani
author image
Mayank Birani

Mayank Birani has more than 4 years of experience in the software industry. He was a star from the beginning of his career, and he worked with many start-ups. Soon after graduation, he started working on iOS/Mac technologies and is an R&D engineer for Apple Inc. India. He has an inherent passion for coding and developing applications to make the world a better place. He has contributed actively to many start-ups with revolutionary ideas. In the early stages of his career, he was the sole author of Learning iOS 8 for Enterprise by Packt Publishing.
Read more about Mayank Birani

View More author details
Right arrow

Analyzing crash reports


In the previous topics, we have seen various ways to generate and gather crash reports. In this section, our primary focus will be on the ways to analyze the crash reports. This will help us better understand the reasons for crashes and their possible fixes. By default, crashes are not generated in a human-readable format; to read crashes, we need to symbolicate them using the .dysm file.

Getting ready

Open Xcode and navigate to the Organizer window. The Organizer window should list all the crashes for all the apps developed by your team. The following steps will help you in analyzing them.

How to do it...

  1. Go to Window | Organizer. Choose Crashes.

  2. Select an app from the left column. The list of applications is fetched from iTunes Connect and it will obtain all the information about every version.

  3. In the second column, you can see the versions and the build of your app that encountered a crash.

  4. To see where exactly in the code there was a crash, navigate to the right panel...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
iOS Forensics Cookbook
Published in: Jan 2016Publisher: ISBN-13: 9781783988464

Authors (2)

author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

author image
Mayank Birani

Mayank Birani has more than 4 years of experience in the software industry. He was a star from the beginning of his career, and he worked with many start-ups. Soon after graduation, he started working on iOS/Mac technologies and is an R&D engineer for Apple Inc. India. He has an inherent passion for coding and developing applications to make the world a better place. He has contributed actively to many start-ups with revolutionary ideas. In the early stages of his career, he was the sole author of Learning iOS 8 for Enterprise by Packt Publishing.
Read more about Mayank Birani