Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xcode 15 RC1 Bag] Names conflict #66

Open
Ar4ibald opened this issue Sep 13, 2023 · 5 comments · May be fixed by #67
Open

[Xcode 15 RC1 Bag] Names conflict #66

Ar4ibald opened this issue Sep 13, 2023 · 5 comments · May be fixed by #67

Comments

@Ar4ibald
Copy link

this fix must be her too
RxSwiftCommunity/RxSwiftExt@494fe20
Снимок экрана 2023-09-13 в 12 35 25

@Ar4ibald Ar4ibald changed the title [Xcode 15 RC1 Bag] [Xcode 15 RC1 Bag] Names conflict Sep 13, 2023
@Dhananjayaraop
Copy link

Any update on this issue?. I am facing this issue in Xcode 15. Currently I am using 'RxFeedback', '4.0.0'. Could you please provide updated pod version!.

@iandric
Copy link

iandric commented Oct 4, 2023

Any update on this issue?. I am facing this issue in Xcode 15. Currently I am using 'RxFeedback', '4.0.0'. Could you please provide updated pod version!.

Would also greatly appreciate an update for this issue! 🙏 I've also made a PR addressing this issue, if some maintainer could take a 👀 please?
Seems that Xcode 15.1 fixed this issue, I can normally build my project now, without making any changes.

@Dhananjayaraop
Copy link

Dhananjayaraop commented Oct 30, 2023

Any update on this issue?. Still I am facing this issue in Xcode 15. Currently I am using pod version 'RxFeedback', '4.0.0'. Could you please provide updated pod version!. Please find the attached screenshot.
Screenshot 2023-10-30 at 1 17 25 PM

@brandy2015
Copy link

same issue

@brandy2015
Copy link

private func bindingsStrongify<Event, O, WeakOwner>(_ owner: WeakOwner, _ bindings: https://github.com/escaping (WeakOwner, O) -> (Bindings))
-> (O) -> (Bindings) where WeakOwner: AnyObject {
return { [weak owner] state -> Bindings in
guard let strongOwner = owner else {

        return Bindings(subscriptions: [], events:  [Observable<Event>]())
    }
    return bindings(strongOwner, state)
}

}

//Add this to Fix it
public typealias Observable = RxSwift.Observable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants