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.
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.
adam
added the question label 2025-12-29 15:29:23 +01:00
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.
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 🌈