-
Notifications
You must be signed in to change notification settings - Fork 16
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
incorrect ReSwift source path in Cartfile #2
Comments
My reasoning for doing it the way I did: both Carthage and CocoaPods use semantic versioning. Specifying version I assume you're making this change because of a problem you're running into. If you can describe the problem, I'll try to help you find a solution. |
amm, i mean you have wrong vendor name here in ReSwift lib, not |
this problem is exercised when trying to install ReRxSwift through Carthage |
Ah I see now, sorry about that. I want to keep the version number, so I'll just change it myself instead of using your pull request. Thanks for reporting this! |
👍 |
u need to fix source path for ReSwift
from
github "ReactiveX/ReSwift" ~> 4.0
to
github "ReSwift/ReSwift"
The text was updated successfully, but these errors were encountered: