steamclock / bluejay

A simple Swift framework for building reliable Bluetooth LE apps.
MIT License
1.09k stars 98 forks source link

Update to support xcode13 builds #258

Closed jjamminjim closed 2 years ago

jjamminjim commented 3 years ago

Fixes #: 2

Summary of Problem:

Project fails to build under Xcode13.

Proposed Solution:

Unbox optionals that fail the compiler

nbrooke commented 2 years ago

Superseded by #260, which does this in a slightly cleaner way without force unwrapping.