Objective-C 在xCode停编译报 ARC forbids message send of 'release'

Objective-C 在xCode下编译报 ARC forbids message send of release在文件列表中选择项目, 在 Build Set

Objective-C 在xCode下编译报 ARC forbids message send of 'release'
在文件列表中选择项目, 在 Build Settings里将"Automatic Reference counting"设置成No,也就是在创建工程时几个勾选框中的一个。
如果开启了自动GC,将提示不需要自动垃圾回收。