iphone - unknown argument: '-stdc++' [-Wunused-command-line-argument-hard-error-in-future] during build in XCODE 5.1 -
i error when build project in xcode 5.1. followed link , downloaded new command line tools apple.but facing same issue. please guide me. thanks
have 3 steps u should fix it: - remove -stdc++ in other linker flags - add -lstdc++ other linker flags - add libstdc++6.09.dylib link binary libraries.
good luck.
Comments
Post a Comment