Polidea/RxBluetoothKit

Example code running iOS13 - Thread 2: signal SIGABRT Error

hohaidang opened this issue · 2 comments

iOS 13.2.2
Screen Shot 2019-11-16 at 11 48 33

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.

Alamofire and other frameworks are having the same issue: Alamofire/Alamofire#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.
"