iOS device logs are not being generated when application crashes.
Checked under Window option of Xcode -> Window -> Devices and Simulators -> View Device Logs,
but didn't find any crash logs.
But when I use any predefined methods like below then it's generating crash logs
strcpy(0, "bla");
@throw NSInternalInconsistencyException;
Please suggest a way to fix it.
Checked under Window option of Xcode -> Window -> Devices and Simulators -> View Device Logs,
but didn't find any crash logs.
But when I use any predefined methods like below then it's generating crash logs
strcpy(0, "bla");
@throw NSInternalInconsistencyException;
Please suggest a way to fix it.