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 ?
You need to look at the device console under windows, devices in Xcode.
Its possibly saying something about code signing, bundle id's or missing libraries.
Try to delete the crash logs from "earlier times".
You have maximum amount of saved crash logs, and if you passed it - you won't see the new crash logs
链接地址: http://www.djcxy.com/p/44980.html上一篇: Xcode组织者从不支持的设备崩溃
下一篇: IOS应用程序崩溃,但没有可用的崩溃日志