Crash reporting in app delegate error: Attempt to insert nil value (key: BreakpadMinidumpLocation)

145 Views Asked by At

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.

0

There are 0 best solutions below