问题描述
- iOS中,OC与C++混编的问题
-
OC与C++混编,compile sources as 改成objective-c++,混编C++的SDK就会没问题,但是一些第三方库就会报无法匹配OC函数的错误,用默认的according to file type,在.h文件中 #include 就会报错 'string' file not found 第三方库就会没问题;求解
解决方案
http://blog.csdn.net/mad1989/article/details/40590371
时间: 2024-12-31 02:12:30