0

Getting the following error. I have changed the deployment target to 4.3 from 5.0 gives this error. How to solve it with deployment target 4.3?

clang: error: invalid deployment target for -stdlib=libc++ (requires iOS 5.0 or later) Command/Applications/Xcode2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

DD_
  • 7,230
  • 11
  • 38
  • 59
Rahul
  • 134
  • 6

1 Answers1

0

i myself solved the Que. for the below error to remove.

clang: error: invalid deployment target for -stdlib=libc++ (requires iOS 5.0 or later) to remove this error.

GoTo BuildSettings. Set c++ standard library to compiler default. The error will get removed surely.

Rahul
  • 134
  • 6