Rightpoint / RZBluetooth

Core Bluetooth helper library
Other
136 stars 47 forks source link

Fix a 9.x crash #87

Closed KingOfBrian closed 6 years ago

KingOfBrian commented 6 years ago

Hey @drdaz / @cpatterson-lilly , I found a fix for the issue. It appears that in Xcode 9.0 + you can not deallocate an inactive or suspended timer. 😱

Thanks for your help tracking it down!