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 installation issue #10

Closed
Gurpartap opened this issue Jan 9, 2018 · 4 comments
Closed

carthage installation issue #10

Gurpartap opened this issue Jan 9, 2018 · 4 comments
Assignees
Projects

Comments

@Gurpartap
Copy link

With github "RxSwiftCommunity/RxFlow" in my path/to/myproject/Cartfile, carthage update[1] fails without any useful information in logs (both stdout and xcodebuild log file).

The solution was to cd /path/to/myproject/Carthage/Checkouts/RxFlow/RxFlow && carthage update[1]. After this, running carthage update[1] again in /path/to/myproject succeeded as expected.

It should not be ideally necessary for the developer to do a nested installation.

[1] carthage update --platform iOS --configuration Release --no-use-binaries --cache-builds

@Gurpartap Gurpartap changed the title carthage fails carthage installation issue Jan 9, 2018
@ayoubkhayatti
Copy link

I'm not expert in Carthage, but that's because RxFlow target has it's own dependencies, while RxFlow is a dependency in RxFlowDemo, so have to carthage install in the frameworks target then in demo project.

@twittemb
Copy link
Collaborator

twittemb commented Jan 9, 2018

Hi @Gurpartap, thanks for your feedback. I'm going to take a look at that today and keep you informed.

@twittemb twittemb self-assigned this Jan 9, 2018
@twittemb twittemb added this to To Do in V1.1 Jan 10, 2018
@twittemb
Copy link
Collaborator

Hi @Gurpartap

I have pushed a release 1.0.4. It should fix the Carthage issue.

I close this thread.

Thanks for the feedback.

@twittemb twittemb moved this from To Do to Done in V1.1 Jan 13, 2018
@sirvon
Copy link
Contributor

sirvon commented Jan 16, 2018

@ayoubkhayatti can you explain that..because i'm having a rough time getting this library to build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
V1.1
  
Done
Development

No branches or pull requests

4 participants