How can I fix this error: “ARC forbids explicit message send of 'release' in Xcode”

Disabling ARC for selected files To disable ARC, you can use the -fno-objc-arc compiler flag for specific files. Select the target and go to Build Phases -> Compile Sources. Edit the Compiler Flags and add -fno-objc-arc.

标签: none