ReactiveCocoa / ReactiveObjC

The 2.x ReactiveCocoa Objective-C API: Streams of values over time
MIT License
2.6k stars 495 forks source link

‘Cannot create __weak reference in file using manual reference counting’ #126

Open qiubaiying opened 7 years ago

qiubaiying commented 7 years ago

Pod load ReactiveObjC compile errors:

Cannot create __weak reference in file using manual reference counting

To solve:

Set Weak References in Manual Retain Release:YES

G1King commented 6 years ago

yes,I have also encountered this problem, I am introducing class (MRC).

qiubaiying commented 6 years ago

Ha ha, I encounter this problem again in the new project, and then found the issue was previously created.