Polidea / RxBluetoothKit

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

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

Closed avinashamanjha251 closed 11 months ago

avinashamanjha251 commented 11 months ago

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.

torhenningegenes commented 11 months ago

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

jberkhei commented 11 months ago

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'

torhenningegenes commented 11 months ago

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

avinashamanjha251 commented 11 months ago

Here's my side update.

Screenshot 2023-10-03 at 7 11 03 PM