ARC forbids explicit message send of ‘dealloc’的解决方案

ARC forbids explicit message send of'release'

'release' is unavailable: not available inautomatic reference counting mode

 

解决办法:

打开当前工程,打开"Build Settings",找到Objective-C Automatic Reference Counting项,将它的值设置为NO。

再次编译,就消除了这个错误了。

你可能感兴趣的:(ARC forbids explicit message send of ‘dealloc’的解决方案)