type_traits file not found (Xcode 5)

蓝咒 提交于 2019-12-12 20:32:02

问题


i'm trying to build an application that uses wxWidgets library. but i get a preprocessor error that says 'type_traits file not found'. i've followed the answers in the questions XCode 4.5 'tr1/type_traits' file not found and Xcode 4.3 and C++11 include paths but i'm still unable to resolve that error. how to configure xcode to include the type_traits file?
EDIT : i figured it out. libc++ needs deployment target >= OS X 10.7

来源:https://stackoverflow.com/questions/22855113/type-traits-file-not-found-xcode-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!