-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add a public Observable alias to overcome Xcode 15 bug #67
base: master
Are you sure you want to change the base?
Conversation
@@ -9,6 +9,8 @@ | |||
import RxCocoa | |||
import RxSwift | |||
|
|||
public typealias Observable = RxSwift.Observable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make more sense to put this in a separate file, e.g. named Observable+Alias.swift? WDYT?
@iandric any idea when will this be merged and a new release published? I'm currently blocked by this 🙏🏻 |
No, I'm not involved in the project; just tried to speed things up by reviewing and bumping this. |
There's no active maintainer for this project unfortunately. I can try and help in a few days but am preoccupied at the moment 🙏 |
Gotcha @freak4pc, just created a new PR handling this, that also fixes Example app compilation. Also raised version to 4.0.1, so maybe that one could possibly be the one to get this fix merged? |
private func bindingsStrongify<Event, O, WeakOwner>(_ owner: WeakOwner, _ bindings: @escaping (WeakOwner, O) -> (Bindings))
} //Add this to Fix it |
Fixes #66