ValeriyKliuk
ValeriyKliuk
I have the same error using Carthage: **Cartfile** `github "devxoul/RxExpect" ~> 0.5` `$ carthage update --platform iOS` > *** Fetching RxExpect > *** Fetching RxSwift > *** Downloading RxSwift.framework binary...
@marcprux I think I have a similar problem on my end. Here are my tests: ```sh ~/Developer/hello-skip skip checkup [✓] Skip version 1.2.28 (= 1.2.28) [✓] macOS version 15.3.1...
@marcprux Thank you!
@marcprux Yes! Here are my steps: ```sh brew list # to reinstall after what I need brew uninstall --cask --force $(brew list --cask) brew uninstall --force $(brew list --formula) brew...