c/c++编写的静态库中有引用ios系统头文件比如:
#include <EGL/egl.h>
在xcode编译的时候需要设置静态库程序:
Build Settings-Header Search Paths 中添加+ [ "$(SRCROOT)/" ]
本文共 127 字,大约阅读时间需要 1 分钟。
c/c++编写的静态库中有引用ios系统头文件比如:
#include <EGL/egl.h>
在xcode编译的时候需要设置静态库程序:
Build Settings-Header Search Paths 中添加+ [ "$(SRCROOT)/" ]
转载地址:http://cwvpx.baihongyu.com/