Cannot Enable Parse Local Datastore in Swift

237 Views Asked by At

I'm having the same issue as described here: Can't enable Parse Local Datastore

However, I do not understand what he is talking about when he talks about Cache Policy.

Can someone please help me fix this error?

Thanks!

1

There are 1 best solutions below

3
On BEST ANSWER

do you have the line that goes somewhat

query.cachepolicy = something something

if you do delete it

also in app delegate put the "enable localstore" AFTER Parse.clientkey....