xcode 中应用手动管理内存要修改的地方

xcode 中使用手动管理内存要修改的地方出现error: Automatic Reference Counting Issue: ARC forbids expl

xcode 中使用手动管理内存要修改的地方

出现

error: Automatic Reference Counting Issue: ARC forbids explicit message send of 'release'


xcode4.2中,修改


xcode 中应用手动管理内存要修改的地方
?

把Yes修改为NO。