When I try to run my code on Xcode5, I get this error.
ld: unknown option: -fobjc-arc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
However, I have not added -fobjc-arc
anywhere in linker flags. What could be the reason causing this error?