I'm using Parse and following this short snippet of documentation. The line ParseCrashReporting.enabled()
in my AppDelegate.swift file is what is throwing the compile time error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: BreakpadMinidumpLocation)'
What is BreakpadMinidumpLocation
? Is this a bug within Parse or perhaps something in my Info.plist? I followed all steps correctly in the documentation.