ios deployment target 由6.0改为7.0、7.1出现找不到c++库

时间:2014-06-18 20:18:50   收藏:0   阅读:254

原因 object c++ ios7.0/7.1不支持c++ 11,

解决办法:

 C++ Standard Library is set to libstdc++ (GNU c++ standard library) 

另一个问题:

c++库怎样加入ios工程中,不用.mm文件?

1.提供一个接口头文件只有不要有c++东西

2. other linker flags  : -lstdc++

ios deployment target 由6.0改为7.0、7.1出现找不到c++库,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!