RxFeedback.swift icon indicating copy to clipboard operation
RxFeedback.swift copied to clipboard

[Xcode 15 RC1 Bag] Names conflict

Open Ar4ibald opened this issue 1 year ago • 5 comments

this fix must be her too https://github.com/RxSwiftCommunity/RxSwiftExt/commit/494fe20b5a6bfafb24d6a272fb90a94e1766a6cd Снимок экрана 2023-09-13 в 12 35 25

Ar4ibald avatar Sep 13 '23 09:09 Ar4ibald

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!.

Dhananjayaraop avatar Sep 22 '23 07:09 Dhananjayaraop

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.

iandric avatar Oct 04 '23 10:10 iandric

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

Dhananjayaraop avatar Oct 30 '23 07:10 Dhananjayaraop

same issue

brandy2015 avatar Nov 11 '23 07:11 brandy2015

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

brandy2015 avatar Nov 11 '23 07:11 brandy2015