Polidea/RxBluetoothKit

Cannot specialize non-generic type 'Observable<Element>'

avinashamanjha251 opened this issue ยท 4 comments

Hi Dev team,
I just install RXBluetoothkit with Xcode 15 and start getting "Cannot specialize non-generic type 'Observable'".

Screenshot 2023-09-27 at 12 17 37 PM

Thanks in advance.

I am having the same problem. Would love to hear if anyone has gotten around this including the RXSwift 6 issues.

People have forked this and fixed it. My work arounds.

pod 'RxSwift', '> 6.0'
pod 'RxCocoa', '
> 6.0'
pod 'RxBluetoothKit', :git => 'https://github.com/jberkhei/RxBluetoothKit.git', :branch => 'master'
pod 'RxMKMapView', :git => 'https://github.com/jberkhei/RxMKMapView.git', :branch => 'master'
pod 'RxRealm', :git => 'https://github.com/jberkhei/RxRealm.git', :branch => 'main'

Thank you for answering so quickly. Didn't run into any issues with RXSwift when I removed the Element type. At least not yet. ๐Ÿ™‚

Here's my side update.

Screenshot 2023-10-03 at 7 11 03 PM