antoninbiret / RxEureka

This library is a small RxSwift wrapper around Eureka
MIT License
37 stars 9 forks source link

Carthage doesn't seems to work #19

Closed deceroainfinito closed 6 years ago

deceroainfinito commented 6 years ago

Hi,

Trying to use Carthage to include your library it's pointing me this

Targ|feature/eureka_try⚡ ⇒ carthage update
*** Fetching RxEureka
*** Checking out RxEureka at "0.2.1"
*** xcodebuild output can be found in /var/folders/hr/pwfk8qcn2lz77z5bwjrzshmc0000gn/T/carthage-xcodebuild.hnhRaN.log
*** Skipped building RxEureka due to the error:
Dependency "RxEureka" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/antoninbiret/RxEureka/issues/new

Any ideas? Googling "Dependency "" has no shared framework schemes" didn't work for me.

antoninbiret commented 6 years ago

@marbetschar Do you have an idea ?

marbetschar commented 6 years ago

seems like Carthage tries to checkout RxEureka at version v0.2.1 which does not yet include Carthage support.

@deceroainfinito can you point Carthage to the master branch for now? For this, make sure your Cartfilecontains the following line:

github "antoninbiret/RxEureka" "master"

@antoninbiret please create a new release (just a tagged version on GitHub) so people can point to it 👍🏼

deceroainfinito commented 6 years ago

Thanks @marbetschar ! "master" was the solution. Didn't check v0.2.1 did not include the Carthage support commit.

antoninbiret commented 6 years ago

Thanks @marbetschar, it makes sense. I created a new version 0.2.2. It should work without pointing to the master branch.