We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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)
The text was updated successfully, but these errors were encountered:
Hi @nahung89 ,
carthage update --no-use-binaries --configuration Debug RxSwift
Sorry, something went wrong.
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!
No branches or pull requests
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
normallyWhat actually happens:
in terminal:
In XCode:
Self contained code example that reproduces the issue:
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:
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)
The text was updated successfully, but these errors were encountered: