Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS App crashes, but there is no crash log available

I am starting my App from XCode and with a specific behaviour it just disconnects and the app disappears from my IPAD screens. So I guess the app crashes.

Now my question. Where Do I get this crashlog ? I already looked into Window -> Devices -> choose my Ipad -> "View Device Logs" . But I cant see any actual crash log. I have some from earlier times, but my actual doesn't show up.

How do I get a crashlog ?

like image 462
mcfly soft Avatar asked Apr 22 '16 08:04

mcfly soft


People also ask

Why are apps suddenly crashing on my iPhone?

Random and frequent app crashes in mobile devices usually denote a memory issue like when the device is running low on storage. Other performance issues including symptoms of sluggishness, unresponsiveness and random restarts are also likely to transpire in this case.


1 Answers

check if you have enabled Share with app developers option in settings. Privacy -> Analytics -> Share with App Developers.Xcode was not showing crash logs, enabling this helped me

like image 195
Jibin Jose Avatar answered Sep 29 '22 14:09

Jibin Jose