Please help me. I have one project which get build successfully and working fine when i execute (run and build )that project in xcode 7.3
But when i try to execute the same project in xcode 7.2 it give me error :
building for iOS simulator, but linking in object file built for OSX, for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please help me. Can an one help me the exact solution for this error. So that i can execute and build the code in xcode 7.2
Thank you in advance