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 11.4 #679

Open
duanepfeiffer opened this issue Mar 25, 2020 · 4 comments
Open

xcode 11.4 #679

duanepfeiffer opened this issue Mar 25, 2020 · 4 comments

Comments

@duanepfeiffer
Copy link

I just updated Xcode to 11.4 and now I get errors in Connectable.swift Please help!

/Users/pfeiffer/Projects/WorkManager/Pods/ReactiveKit/Sources/Connectable.swift:125:93: 'Self.LoadingValue' requires the types 'Self.Error' and 'Never' be equivalent

@vitkuzmenko
Copy link

vitkuzmenko commented Mar 26, 2020

Update pods:

$ pod repo update
$ pod install

And check actual versions in installing log:

...
Installing Bond 7.6.6 (was 7.6.0)
Installing ReactiveKit 3.16.3 (was 3.14.0)
...

@duanepfeiffer
Copy link
Author

duanepfeiffer commented Mar 26, 2020

Still getting errors...
I reverted back to xcode 11.3

@ljezny
Copy link

ljezny commented Mar 30, 2020

Workaround:
add to your Podfile
pod 'ReactiveKit', '3.16.3'

@zero-times
Copy link

zero-times commented Apr 9, 2020

update pods: pod update

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

No branches or pull requests

4 participants