phonegap-parse-plugin
phonegap-parse-plugin copied to clipboard
Terminating app due to uncaught exception 'NSInternalInconsistencyException'
Thanks for making this!
- Quick note, after adding this I then had to install the Facebook IOS SDK as I was getting a linker issue much like the trace here: https://www.parse.com/questions/linker-flag-objc-causes-build-to-fail
- Once I got it to compile... I started getting the Runtime exception below. Note: I haven't even added any of the pushPlugin javascript to my project yet
I shouldn't need to modify any native code correct?
The error message says I need to setApplicationId... But, I suspect that is more of a generic error message and not sure where one would set that.
2014-04-08 00:46:41.661 Alertus Mobile[1392:60b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'You have to call setApplicationId:clientKey: on Parse to configure Parse.'
*** First throw call stack:
(0x306f1e83 0x3aa526c7 0x306f1dc5 0x128a8b 0x126005 0x108757 0x15265b 0x10498d 0x3318ca77 0x3318d5e1 0x33efeb37 0x306bc777 0x306bc713 0x306baedf 0x30625471 0x30625253 0x353592eb 0x32eda845 0xf7857 0xf7818)
libc++abi.dylib: terminating with uncaught exception of type NSException
I having the same issue here. In Parse community is telling that the code [Parse setApplicationId:appId clientKey:clientKey]; is shoul located in App Delegate.
I need some help too
Any solution to this?