c/c++编写的静态库中有引用ios系统头文件比如:
#include <EGL/egl.h>
在xcode编译的时候需要设置静态库程序:
Build Settings-Header Search Paths 中添加+ [ "$(SRCROOT)/" ]
c/c++编写的静态库中有引用ios系统头文件比如:
#include <EGL/egl.h>
在xcode编译的时候需要设置静态库程序:
Build Settings-Header Search Paths 中添加+ [ "$(SRCROOT)/" ]