music-notation-swift / music-notation-core

Music Notation Library in Swift (Deprecated. See `music-notation` instead)
MIT License
115 stars 16 forks source link

Update for Xcode 8.1 #98

Closed robtimp closed 8 years ago

robtimp commented 8 years ago

Fix failing build

robtimp commented 8 years ago

@drumnkyle It’s the new way implicitly unwrapped optionals are handled. With specifying the type, an array of implicitly unwrapped Notes is now inferred to be [Note?].

drumnkyle commented 8 years ago

Yeah. Gotcha. Don't know why it wasn't an issue before.

robtimp commented 8 years ago

@drumnkyle Right, I would have thought it’d be an issue in Xcode 8.0, too.