Xcode doesn't show the line that causes a crash
问题 Every time my app crashes Xcode highlights the UIApicationMain() call in the main() function as the line that caused the crash. In some cases that used to be normal (segmentation fault for example) but the crash I am trying to deal with is a simple SIGABRT with detailed information logged in the console: *** Terminating app due to uncaught exception \'NSInvalidArgumentException\', reason: \'-[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Date)\' Xcode used to show the