当我尝试编译我的调整时,我收到了这个错误。
'IOSurface/IOSurfaceAPI.h' file not found
#include <IOSurface/IOSurfaceAPI.h>
我试过 this answer ,但我在计算机上找不到 /System/Library/Frameworks/IOSurface.framework/Headers 。我正在运行 osx 10.9.1。感谢您的帮助。
Best Answer-推荐答案 strong>
试试这个,不确定它来自哪个版本:
http://ios-toolchain-based-on-clang-for-linux.googlecode.com/files/IOSurfaceAPI.h
关于ios - 查找 IOSurface header ,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/21009761/
|