RxSwiftCommunity / RxRealm

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

build: Fix building with Xcode 15. #200

Closed fabianmuecke closed 1 year ago

fabianmuecke commented 1 year ago

This PR fixes building with Xcode 15 by adding the same workaround that was introduced in RxSwiftExt.

juangz commented 1 year ago

Hello there. Any updates on this?

lluisgerard commented 1 year ago

@juangz Until this is merged into the project, you can go to Xcode 15 and point the Dependency Rule to this commit 60fc90d4b0f5f59f872d54ec3be0b90da45fecd1 that @fabianmuecke made (thanks Fabian!):

image
arshiacont commented 1 year ago

@JoeMatt or any other maintainer to advance this and release a new Pod? most other affected Rx Pods are ready now.

JoeMatt commented 1 year ago

@JoeMatt or any other maintainer to advance this and release a new Pod? most other affected Rx Pods are ready now.

I can definitely take a look.

Thanks for bringing to my attention, been offline for a while...

debug45 commented 1 year ago

The problem can be fixed easier, without where. Just replace all Observable with RxSwift.Observable in the file, and it works well.

arshiacont commented 1 year ago

@JoeMatt a simpler/no-impact solution on PR #202

JoeMatt commented 1 year ago

closing for #202.

The type alias here is bound to have side effects and the fix in 202 is more precise.

Thank you though. Sorry for the delay.