Skip to content
New issue

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

'NSTextView' is incompatible with 'weak' references #1301

Open
yikerman opened this issue Apr 17, 2020 · 1 comment
Open

'NSTextView' is incompatible with 'weak' references #1301

yikerman opened this issue Apr 17, 2020 · 1 comment

Comments

@yikerman
Copy link

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 target ShadowsocksX-NG.

Expected behavior

Build succeeded.

System and Shadowsocksx-NG version: (please complete the following information):

  • OS Version: 10.15.4
  • Shadowsocks: develop branch
  • Xcode Version: 11.4

Additional context

One possible solution: update RxSwift and RxCocoa to version 5.

Podfile:

  pod 'RxSwift',    '~> 5'
  pod 'RxCocoa',    '~> 5'
@yikerman
Copy link
Author

See ReactiveX/RxSwift#2125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant