Lovekesh Saxena

Results 3 comments of Lovekesh Saxena

Hi @greenrobot, Thanks for your response, We tried your solution as below. ``` init() { do { let directory = URL.storeURL() if (try Store.isOpen(directory: directory.path)) == true { self.store =...

> Could you try the following (pseudo-code) to open the store: > > ``` > if Store.isOpen(directory) { > store = Store.attachTo(directory) > else { > store = Store(directory: directory)...