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
Error while building target ShadowsocksX-NG: 'NSTextView' is incompatible with 'weak' references @ Pods/RxCocoa/NSTextView+Rx.swift.
ShadowsocksX-NG
'NSTextView' is incompatible with 'weak' references
Pods/RxCocoa/NSTextView+Rx.swift
Run pod install then build target ShadowsocksX-NG.
pod install
Build succeeded.
One possible solution: update RxSwift and RxCocoa to version 5.
RxSwift
RxCocoa
Podfile:
pod 'RxSwift', '~> 5' pod 'RxCocoa', '~> 5'
The text was updated successfully, but these errors were encountered:
See ReactiveX/RxSwift#2125
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Error while building target
ShadowsocksX-NG
:'NSTextView' is incompatible with 'weak' references
@Pods/RxCocoa/NSTextView+Rx.swift
.To Reproduce
Run
pod install
then build targetShadowsocksX-NG
.Expected behavior
Build succeeded.
System and Shadowsocksx-NG version: (please complete the following information):
Additional context
One possible solution: update
RxSwift
andRxCocoa
to version 5.Podfile:
The text was updated successfully, but these errors were encountered: