mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
NSManagedObjectModel initializer is failable in Xcode9 beta 6 #161
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 @jmartinesp on GitHub (Aug 23, 2017).
In Xcode9 beta 6, all initializers - except the default one - of
NSManagedObjectModelare failable. That creates a bug on XcodeDataModelSchema.swift L171 on theprototype/Swift_4_0branch.Maybe it can be fixed by reverting 74c6461?
@JohnEstropia commented on GitHub (Aug 23, 2017):
Thanks. I just pushed the fix to the Swift 4 branch.