Open qiubaiying opened 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
Weak References in Manual Retain Release:YES
yes,I have also encountered this problem, I am introducing class (MRC).
Ha ha, I encounter this problem again in the new project, and then found the issue was previously created.
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