1 I have included bits/stdc++ header file in /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1. even though it gave me an error.
2 After that I have changed Header search paths of my project to /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1. then the error got fixe.but ,when I am trying to compile my code it is showing Build failed.