解决“cstdlib file not found”问题

转自:http://blog.chinaunix.net/uid-11121450-id-3460060.html

我的一个工程里新创建了一个objective-c类,添加了一个cpp的头文件,编译时出错:“cstdlib file not found”,解决办法时把类的实现文件.m后缀改为.mm

你可能感兴趣的:(ios)