Short description of the issue:
I'm using Carthage to manage 3rd libraries. For now, there is no way to run debug with RxSwift.Resources.total.
Expected outcome:
Use RxSwift.Resources.total normally
What actually happens:
in terminal:
carthage build --configuration Debug (or)
carthage bootstrap RxSwift --configuration Debug
*** Downloading RxSwift.framework binary at "David.1"
In XCode:
Error: Module 'RxSwift' has no member named 'Resources'
Self contained code example that reproduces the issue:
_ = Observable<Int>.interval(1, scheduler: MainScheduler.instance)
.subscribe(onNext: { _ in
print("Resource count \(RxSwift.Resources.total)")
})
RxSwift/RxCocoa/RxBlocking/RxTest version/commit
N/A
Platform/Environment
How easy is to reproduce? (chances of successful reproduce after running the self contained code)
Xcode version:
8.3.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)
Hi @nahung89 ,
carthage update --no-use-binaries --configuration Debug RxSwift
Hi,
Do you know if it's possible to revert the command:
carthage update --no-use-binaries --configuration Debug RxSwift ?
If yes could you please kindly share how to do it @kzaher ?
Thank you!
Most helpful comment
Hi @nahung89 ,
carthage update --no-use-binaries --configuration Debug RxSwift