-
Notifications
You must be signed in to change notification settings - Fork 114
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
Can't compile under Xcode 12.4 #271
Comments
I have the same problem. Changing the language version didn't help. |
It looks like it has something to do with the fact that the Never has become frozen. |
I finally find solution |
Are you sure you are talking about Xcode 12.4? Which package manager do you use? I works compiles successfully in my case with SPM. |
Figured it out. The problem was in the pod build system. |
And how did you solve it @umbrellait-mikhail-barilov ? |
@umbrellait-mikhail-barilov how you solve it |
I can't use it under Xcode 12.4 'cause of:
public func replayValues(limit: Int = Int.max) -> ConnectableSignal<Signal<LoadingState<LoadingValue, LoadingError>, Error>> {
I get this red warning:
Self.LoadingValue' requires the types 'Self.Error' and 'Never' be equivalent
The text was updated successfully, but these errors were encountered: