Re: Optionality in a NSManagedObject sub-class

2017-02-10 Thread Daryle Walker
> On Feb 10, 2017, at 3:02 AM, Daryle Walker wrote: > > It’s simple: > > - I’m writing this framework for an app, both macOS, with Swift 3 and Xcode 8. > - My protocol has two non-optional strings. > - I unchecked “Optional” for those attributes when editing the model file. >

Optionality in a NSManagedObject sub-class

2017-02-10 Thread Daryle Walker
It’s simple: - I’m writing this framework for an app, both macOS, with Swift 3 and Xcode 8. - My protocol has two non-optional strings. - I unchecked “Optional” for those attributes when editing the model file. - I used “Manual/None” for generation, then used the menu command to create the