ReactiveX / RxSwift

Reactive Programming in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

er-tuanlk opened this issue · comments

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

  • iOS
  • macOS
  • tvOS
  • watchOS
  • playgrounds

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

  • easy, 100% repro
  • sometimes, 10%-100%
  • hard, 2% - 10%
  • extremely hard, %0 - 2%

Xcode version:

Xcode15.0.1

Installation method:

  • CocoaPods
  • Carthage
  • Git submodules

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

  • yes (which ones)
  • no

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

  • just starting
  • I have a small code base
  • I have a significant code base

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?

Any thoughts on this @er-tuanlk ?

@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.

Alright, will close for now :) Thanks.