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