mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
CoreStore return internal error when try to create dataStack #372
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 @Desmuz on GitHub (Jul 22, 2021).
Error:
Code:
@JohnEstropia commented on GitHub (Jul 28, 2021):
@Desmuz Do you have Fields that use
FieldCoders.DefaultNSSecureCodingorFieldCoders.NSCoding?@Desmuz commented on GitHub (Jul 28, 2021):
@JohnEstropia, we use some transformable fields

@JohnEstropia commented on GitHub (Jul 28, 2021):
Have you tried using
NSArrayfor the Custom Class instead ofArray?@Desmuz commented on GitHub (Sep 22, 2021):
I think you can close this issue. Array works fine now.