We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am seeing the following when trying to build with latest Carthage and 4.0 of RxViewModel:
Carthage/Checkouts/RxViewModel/Source/RxViewModel.swift:13:8: error: no such module 'RxSwift' import RxSwift ^ ** BUILD FAILED ** Cartfile.resolved github "ReactiveX/RxSwift" "3.5.0" github "RxSwiftCommunity/RxViewModel" "4.0.0"
The text was updated successfully, but these errors were encountered:
Thanks for reporting @grangej.
I'll check this right now and if I can reproduce I'll mark it as confirmed bug and will try to fix it
Thanks
Sorry, something went wrong.
Just verified this locally. Will try to fix it during the weekend
🐛 Fixes #46 Carthage build
7ab49ea
Due to a misconfiguration in the project settings when building using Carthage was failing because the project was unable to find RxSwift dependencies
e0518bc
esttorhe
No branches or pull requests
I am seeing the following when trying to build with latest Carthage and 4.0 of RxViewModel:
The text was updated successfully, but these errors were encountered: