mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-12 04:10:36 +01:00
Crash when printing model schema, if one of the attributes is of the type URI #432
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 @pawan-joshi on GitHub (May 22, 2024).
I tried to print model schema from data stack
On line
let schema = dataStack.modelSchema.printCoreStoreSchema()It crashed because In one of the entities in my xcdatamodel file had an attribute with URI type
@pawan-joshi commented on GitHub (May 22, 2024):
Raise a pull request with fix.
https://github.com/JohnEstropia/CoreStore/pull/505