IOS7 (only) stdlibc++ linking issue
To be honest, I don’t like the above answer, as it uses the static lib and not the dynamic! I have had the problem myself and found that the problem is that xcode is unable to find any C++ files in you project and thus assumes that the libstc++ is not needed! Quite annoying when … Read more