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

Carthage fails to build #46

Closed
grangej opened this issue Jul 8, 2017 · 2 comments
Closed

Carthage fails to build #46

grangej opened this issue Jul 8, 2017 · 2 comments

Comments

@grangej
Copy link

grangej commented Jul 8, 2017

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"

@esttorhe
Copy link
Member

esttorhe commented Jul 8, 2017

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

@esttorhe
Copy link
Member

esttorhe commented Jul 8, 2017

Just verified this locally.
Will try to fix it during the weekend

esttorhe added a commit that referenced this issue Jul 9, 2017
Due to a misconfiguration in the project settings when building using
Carthage was failing because the project was unable to find RxSwift
dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants