Open GoogleCodeExporter opened 8 years ago
This solved my issue -
Creating Projects
Projects created using this Xcode release use the new libc++ implementation of
the standard C++ library. The libc++ library is available only on iOS 5.0 and
later and OS X 10.7 and later. 12221787
To enable deployment on earlier releases of iOS and OS X in your project, set
the C++ Standard Library build setting to libstdc++ (Gnu C++ standard library).
Taken as it is from -
https://developer.apple.com/library/mac/#releasenotes/DeveloperTools/RN-Xcode/_i
ndex.html#//apple_ref/doc/uid/TP40001051-SW174
Original comment by capra...@gmail.com
on 16 Jan 2013 at 1:01
Original issue reported on code.google.com by
WangBou...@gmail.com
on 10 Dec 2012 at 6:05