ReactiveObjC icon indicating copy to clipboard operation
ReactiveObjC copied to clipboard

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

Open qiubaiying opened this issue 6 years ago • 2 comments

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

qiubaiying avatar Nov 02 '17 07:11 qiubaiying

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

G1King avatar Dec 05 '17 07:12 G1King

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

qiubaiying avatar Jan 30 '18 08:01 qiubaiying