RxSwiftCommunity / RxRealm

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

project not build in xcode 15.0 #201

Closed shahriar-ax closed 4 months ago

shahriar-ax commented 9 months ago

showing error after updating pod Cannot convert return expression of type 'Observable' to return type 'Observable<(Realm, Realm.Notification)>'

johnmfriend commented 9 months ago

I have the same issue. RxSwift has recently been updated to fix a similar issue I believe.

asn111 commented 9 months ago

I am also unable to load my project and these are the issues it displays. Any idea how to fix these? Thanks 🙏

Screenshot 2023-09-27 at 8 37 05 PM
shahriar-ax commented 9 months ago

I fied the issue by using the PR code. You can also do this . Just go to the PR code & copy past the code in your pod class. Unlock the pod file first to do this.

Thanks

On Wed, Sep 27, 2023 at 9:41 PM Syed Ahsan Iqbal @.***> wrote:

I am also unable to load my project and these are the issues it displays. Any idea how to fix these? Thanks 🙏 [image: Screenshot 2023-09-27 at 8 37 05 PM] https://user-images.githubusercontent.com/8926549/271037106-501a22f4-db17-4bd4-b9cb-89944a1d6f33.png

— Reply to this email directly, view it on GitHub https://github.com/RxSwiftCommunity/RxRealm/issues/201#issuecomment-1737649219, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4HWX5LG7KPJEOAHBGAZSVTX4RCI5ANCNFSM6AAAAAA475QST4 . You are receiving this because you authored the thread.Message ID: @.***>

brandy2015 commented 8 months ago

same issue