Closed robtimp closed 8 years ago
@drumnkyle It’s the new way implicitly unwrapped optionals are handled. With specifying the type, an array of implicitly unwrapped Note
s is now inferred to be [Note?]
.
Yeah. Gotcha. Don't know why it wasn't an issue before.
@drumnkyle Right, I would have thought it’d be an issue in Xcode 8.0, too.
Fix failing build