Search code examples
swiftparse-platformlocal-database

Cannot Enable Parse Local Datastore in Swift


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!


Solution

  • 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....