I'm trying enable the Parse Local Datastore. In the Parse Docs, they said to put the code enableLocalDatastore
before setApplicationId:clientKey:
, but this throws an exception:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'You have to call setApplicationId:clientKey: on Parse to configure Parse.'