RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

iOS 17 incompatible #197

Closed troovers closed 1 year ago

troovers commented 1 year ago

The package isn't compatible with the upcoming version of iOS. It causes build issues because of the use of Observable, which is also being introduced in iOS 17.

image

image

I can confirm changing occurrences of Observable to RxSwift.Observable does fix the issues. That however is a temporary solution, which isn't doable on our CI machines.

freak4pc commented 1 year ago

Please see https://github.com/ReactiveX/RxSwift/issues/2532