ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.32k stars 4.17k forks source link

No available version for github "ReactiveX/RxSwift" satisfies the requirement: == 6.6.0 #2590

Closed er-tuanlk closed 4 months ago

er-tuanlk commented 4 months ago

Short description of the issue:

Cannot get ReactiveX/RxSwift with version is 6.6.0

I setup my Cartfile:

github "ReactiveX/RxSwift" "6.6.0"

Expected outcome:

Can down load rxswift normally

What actually happens:

Got the error: No available version for github "ReactiveX/RxSwift" satisfies the requirement: == 6.6.0

Platform/Environment

How easy is to reproduce? (chances of successful reproduce after running the self contained code)

Xcode version:

Xcode15.0.1

Installation method:

I have multiple versions of Xcode installed: (so we can know if this is a potential cause of your issue)

Level of RxSwift knowledge: (this is so we can understand your level of knowledge and formulate the response in an appropriate manner)

freak4pc commented 4 months ago

I'm not too sure what's the issue there, that version does exist. https://github.com/ReactiveX/RxSwift/tree/6.6.0 I'm unsure how that is an RxSwift issue 🤔 Doesn't it just work off the GitHub releases?

freak4pc commented 4 months ago

Any thoughts on this @er-tuanlk ?

er-tuanlk commented 4 months ago

@freak4pc, I do not know the root cause, but until I try to use carthage bootstrap instead of carthage update, I do not face this issue anymore.

freak4pc commented 4 months ago

Alright, will close for now :) Thanks.