I have recently installed xcode 4.5 for iOS 6 SDK, but now when I am trying to run my application onto it, so it is giving me library error. I searched on many topics but cant find solution. I am enclosing my error below
clang: error: -Z-reserved-lib-stdc++: 'linker' input unused when '-c' is present
Command /Volumes/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
My Compiler for C++/C/Objective C == Apple LLVM compiler 4.1, although my source code was working fine with LLVM Compiler 3.1 but now in new xcode 3.1 is not available.
I am facing major issue is static library for coreplot in my project as in 3.1 it is working fine without any errors.
I tried changing path for Header search path, Other linker flag , Library search path, Build Active Architecture to NO in Coreplot static library to create proper ipa but issue didnt resolve. Looking for suggestions.