Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 366 forks source link

Example code running iOS13 - Thread 2: signal SIGABRT Error #357

Closed hohaidang closed 4 years ago

hohaidang commented 4 years ago

iOS 13.2.2

Screen Shot 2019-11-16 at 11 48 33
robbaltzer commented 4 years ago

Seems like this error started happening when I upgraded my apple devices to iOS 13.3.1. iOS releases before that seem to be OK.

robbaltzer commented 4 years ago

Alamofire and other frameworks are having the same issue: https://github.com/Alamofire/Alamofire/issues/3051

Looks like it will be fixed in 13.4. Until then, this fixed it for me:

" I had same issue with Alamofire, and solved it by removing use_frameworks! from pod file then in console pod deintegrate, pod update and pod install Now everything works fine. "