Using the -fobjc-arc flag to enable ARC for specific files can result in a 'unrecognized command line option for -f-objc-arc that occurs due to an incorrect compiler.
To fix this, go to Target Settings > Build Settings > Build Options and change the compiler from LLVM GCC to Apple LLVM . Build and run, and the problem must be resolved.
Neeku
source share