Recently I export my ios project to svn. After checkout from svn I got the following error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
here is the screenshot
I tried the following:
1.clean & build
2.Creating new schema
3. Build Phases" -> "Compile Sources" and look for duplicate of classes.
4. removing derived data.
none of these works. Also tried almost everything I found in stackoverflow. But nothing works for me. I've several pods framework installed. I doubt if those are causing the problem. Any suggestion??