Questions tagged [crash-log]
119 questions
6
votes
2 answers
What is "Terminating in response to backboardd's termination"?
i use a piece of code for drop shadow on a view with help of slider. Slider is set -15 to 15. This code works awesome when slider.value is positive but app stop working if its negative.
the crash log is weird Terminating in response to backboardd's…

Blind Ninja
- 1,063
- 13
- 28
5
votes
1 answer
How do I access Xcode crash logs when attempting to "Validate App" or "Distribute App"?
I'm trying to submit a build to TestFlight. I created an archive by choosing "Generic iOS Device" Product > Archive. It then opened up the Window > Organizer.
There I'm presented with two options:
Distribute App
Validate App
If I choose Validate…

Senseful
- 86,719
- 67
- 308
- 465
5
votes
0 answers
What kind of crash reason is "info.serviceProcessAssertion is nil"?
I've searched everywhere but I couldn't find this parameter (serviceProcessAssertion) anywhere. How can I fix this bug? Why is it happening? This is my crash log.
"2016-05-08 03:33:46","com.xxx.xxxx","2.0.9","date = 2016-05-08 03:33:39…

Romz
- 71
- 5
5
votes
1 answer
EXC_BAD_ACCESS (SIGABRT), ios crash log
I have some problem with my iPhone/ipad app. its published in app store, but now it seems like a few users experiences crashes when they try to start the app. Sometimes it helps with a hard reboot.
Would be very happy if someone could help me…

user2219959
- 51
- 1
- 2
5
votes
2 answers
I can not get a crash report in iTunes Connect
I raised the App on the App Store.
I've check in iTunes Connect, crash reports do not accumulate.
Currently using Xcode 4.4 and the App name CityOfOz.
I wonder~T.T.
Other tasks necessary to use crash reports?
How to accumulate based on the crash…

user1642704
- 51
- 1
- 3
4
votes
2 answers
Symbolicate iOS Crashlog of Development Version
I've compiled and run an app on the iPad (Build Configuration is Debug). Then I've quit the app and disconnected the iPad. Then I started the app on the iPad again, and somewhen a crash happened.
In the crashlog, though, are only hex addresses for…

fabb
- 11,660
- 13
- 67
- 111
4
votes
2 answers
iPhone sdk read crash files programmatically?
I want to read crash files programmatically.
How can I do this?
I am allowed to do this? Will my application be rejected if I do this?
Any advice, link, tutorial is well come.

Alex Terente
- 12,006
- 5
- 51
- 71
4
votes
0 answers
WebCore crash log
rarely reproducible crash, which happens mostly if I leave app in background for a while and return foreground.
As far as I can see - crash is related to UIWebView, but not really clear it's nature. I don't use any animation.
Has somebody ever met…

Injectios
- 2,777
- 1
- 30
- 50
4
votes
0 answers
What does 0x00000000e7ffdefe exception code mean?
I've seen a couple of questions on SO that featured this particular exception code, but the answers focused on specific circumstances and never explained what this exception code meant. Where can I find this out?

Max Yankov
- 12,551
- 12
- 67
- 135
4
votes
3 answers
Crash logs in enterprise ios app
I would like to extract crash logs of those users who are using my enterprise app. In case of the App Store apps I can get this information from iTunes connect. Since there is no intervention of App Store in case of Enterprise deployment therefore…

sandy
- 2,127
- 4
- 28
- 50
3
votes
2 answers
Xcode 4.2 Simulator Crash Log
Is there a crash log generated by apps that crash on the simulator. I want a text-based version of what I see in the debugger equivalent to crash reports generated by applications crashing on a device (and accessible through Organiser).

Undistraction
- 42,754
- 56
- 195
- 331
3
votes
1 answer
How to get assembly code from an iOS crashlog
I am dealing with a hard-to-reproduce memory crash, and troubleshooting using the guidance provided in the wwdc18 session 414 with additional clues from this so article
I have no issues symbolicating the stack trace (see at bottom), but when I try…

Hugo
- 974
- 9
- 21
3
votes
0 answers
Need Help about inspect iOS logs
App is randomly crash, I need help how can I fix this issue.
Incident Identifier: 04F85797-68FE-4212-A6BB-76B34CD76168
CrashReporter Key: 3e386d5d388ab1e0948622c634100f2ed031247b
Hardware Model: iPhone7,2
Process: dtac…

RAGOpoR
- 8,118
- 19
- 64
- 97
3
votes
1 answer
How to identify the state of an iOS App while crash occurs
With following crash log stack. Can I say that App was in Foreground state when crash occurred. because I can see UIKit calls.. What should one look to identified various state of App. like Suspended / Background / Foreground
**
#0
Crashed:…

Manish Nahar
- 834
- 10
- 24
3
votes
0 answers
Google Maps API -> OpenGLES crash
Log is pasted from Crashlytics. Crash happens very often, to many users and as far as I can see it is independent from the device/iOS version. I can't find any fault in my code, it seems like pure library problem. Is it Google Maps API bug? What can…

Nat
- 12,032
- 9
- 56
- 103