I know this kind of question is kind of asked a lot but it's a bit different that i could not find elsewhere .
Age old "Fatal error: Unexpectedly found nil while unwrapping an Optional value" we face everyday but usually it states to the point or line in the code where it is trying to unwrap an optional value and it is nil .
But in my case it is redirecting me to AppDelegate class due to which i don't know where it is exactly crashing .
Now my point is that is there any way to figure out which variable was being unwrapped that caused the crash.
The Debugger window does not state anything as well . Just the same Unwrapping optional- nil - failed statement
Following are the debugger commands that i used and their output after that :
Blue - App name
Red - Framework that we are using inside the app
di
thread backtrace