Originally created by @jmartinesp on GitHub (Aug 23, 2017).
In Xcode9 beta 6, all initializers - except the default one - of NSManagedObjectModel are failable. That creates a bug on XcodeDataModelSchema.swift L171 on the prototype/Swift_4_0 branch.
Maybe it can be fixed by reverting 74c6461?
Originally created by @jmartinesp on GitHub (Aug 23, 2017).
In Xcode9 beta 6, all initializers - except the default one - of `NSManagedObjectModel` are failable. That creates a bug on [XcodeDataModelSchema.swift L171](https://github.com/JohnEstropia/CoreStore/blob/75e14fbbed7f6e11ea13e5e649a44caa2589c70a/Sources/XcodeDataModelSchema.swift#L171) on the `prototype/Swift_4_0` branch.
Maybe it can be fixed by reverting 74c6461?
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 @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.