On my phone I set Share With App Developers to On
.
Settings > Privacy > Analytics > Share With App Developers > On
I printed a nil value to force a crash:
var x: String?
print(x!)
I saw the crash in the console but when I went to:
Window > Device and Simulators > myPhone > myApp's name > View Device Logs > Process > myApp's name
I only see my app's old crashes from Nov 2017 (nothing before or after). It's not showing any current crashes from my app but it shows all the current crashes from all my other apps like YouTube, Slack, Stack Overflow etc. The one where I just printed a nil value an hour ago isn't even appearing.
In Xcode I navigated to Crashes but it says No Crash Logs:
Windows > Organizer > Crashes > App Store > releaseInAppStore but nada
Why aren't my recent crash logs appearing?