mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Attempted to perform a fetch but could not find any persistent store for the entity #267
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pratik-Sodha on GitHub (Apr 12, 2019).
I am using Version 6.3.1. With swift 5 and xcode 10.2.
Using below code to fetch all records.
Getting below error message.
@Pratik-Sodha commented on GitHub (Apr 12, 2019):
Solve using retrieve data into main.async{ } queue.
DispatchQueue.main.async { let posts = Post.allPosts }