0

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Aaron
  • 6,466
  • 7
  • 37
  • 75
  • Did you contact the developers of the Parse SDK yet? – Kerni May 21 '15 at 07:57
  • Yes apparently it was an internal bug that Parse fixed in their SDK release 1.7.4 as noted here: https://developers.facebook.com/bugs/1448023458843905 – Aaron May 21 '15 at 18:37

0 Answers0