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
Cannot create __weak reference in file using manual reference counting
The text was updated successfully, but these errors were encountered:
@jasenhuang 如果使用了ReactiveObjC 设置为 -fno-objc-arc 报错:Cannot create __weak reference in file using manual reference counting 请问有什么办法解决吗?
Sorry, something went wrong.
@ZebZheng @Bone111 xcode setting 里 enable一下就可以,实际上不会有影响,因为NSObjectSafe没有用到RAC
解决的办法:在Build Settings--------->Apple Clang - Language - Objectibe-C------------->Weak Reference In Manual Retain Release 设置为YES。
No branches or pull requests
Cannot create __weak reference in file using manual reference counting
The text was updated successfully, but these errors were encountered: