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

Why did I got Result Library at version "2.1.3" by using Carthage? #3224

Closed
baei2048 opened this issue Sep 28, 2016 · 3 comments
Closed

Why did I got Result Library at version "2.1.3" by using Carthage? #3224

baei2048 opened this issue Sep 28, 2016 · 3 comments
Labels

Comments

@baei2048
Copy link

Hi,

I am switching my project to Swift 3.0, however I found the Result Library which required by RAC is still "2.1.3".

My Cartfile only has this line github "ReactiveCocoa/ReactiveCocoa"

Is there anything I did wrong with Carthage.

Thanks.

@iv-mexx
Copy link
Contributor

iv-mexx commented Sep 28, 2016

There's no ReactiveCocoa release for Swift 3 yet, so Carthage takes the latest release, v4.2.2, which is still for Swift 2.3, and which requires Result 2.1.3.

Try specifying the master branch of ReactiveCocoa like this

github "ReactiveCocoa/ReactiveCocoa" "master"

For me, this checks out Result at 3.0.0 as expected.

@iv-mexx
Copy link
Contributor

iv-mexx commented Sep 28, 2016

Keep in mind that ReactiveCocoa is not yet "done" for Swift 3, have a look at this comment for some useful information.

@mdiep mdiep added the question label Sep 28, 2016
@mdiep mdiep closed this as completed Sep 28, 2016
@baei2048
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants