Add a public Observable alias to overcome Xcode 15 bug#67
Add a public Observable alias to overcome Xcode 15 bug#67johankool wants to merge 1 commit intoNoTests:masterfrom
Conversation
| import RxCocoa | ||
| import RxSwift | ||
|
|
||
| public typealias Observable = RxSwift.Observable |
There was a problem hiding this comment.
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