Automatic Reference Counting 设置

Automatic Reference Counting 设置_第1张图片


1.ARC 中可以设置-fno-objc-arc,使得部分代码不用遵循 ARC。


2.create __weak reference in file using manual reference counting错误信息。

解决的办法:在Build Settings---->

Aplle LLVM7.1 - Language - Objectibe-C------>

Weak Reference In Manual Retain Release设置为YES。

你可能感兴趣的:(Automatic Reference Counting 设置)