xcode 4.2后 release问题的解决 【release问题的解决】 TARGETS -> Compile Sources 找到包含 release的文件 双击 弹出对话框 在对话框里添加 -fno-objc-arc ; 问题就解决了~ :)