RxSwiftCommunity / RxRealm

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

added RxSwfit namespace to Observable #196

Closed natemann closed 9 months ago

natemann commented 10 months ago

With Xcode 15 beta 6, my project is failing due to conflicting Observable types. This PR added the RxSwift namespace to Observable.

trivial

JoeMatt commented 9 months ago

Opting for #202 which is a simliar solution, but this PR also changes the framework to a single name cross platform framework, which may be a good change now that last 2 major releases of XCode support that, but should be in a different PR.