mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Q. Does versionLock have random number? #337
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 @oddukgi on GitHub (Aug 21, 2020).
Hello? Thank you making good library.
I don't understand of versionLock.
I made random number and put on code.
@JohnEstropia commented on GitHub (Aug 21, 2020):
It’s a hash of your schema generated by Core Data, so you can’t put arbitrary values in it. You need to remove the versionLock argument for now then run your app once. From the debugger console you will see a printout of the actual versionLock values you need to use.
See: https://github.com/JohnEstropia/CoreStore#versionlocks
@oddukgi commented on GitHub (Aug 21, 2020):
Thanks! I resolved issue 🌈