2

I'm getting this error when I try to compile my tweak.

'IOSurface/IOSurfaceAPI.h' file not found
#include <IOSurface/IOSurfaceAPI.h>

I've tried this answer, but I can't find /System/Library/Frameworks/IOSurface.framework/Headers on my computer. I'm running osx 10.9.1. Thanks for the help.

Community
  • 1
  • 1
Connor Pearson
  • 63,902
  • 28
  • 145
  • 142

1 Answers1

1

Try this, not sure about the version it comes from: http://ios-toolchain-based-on-clang-for-linux.googlecode.com/files/IOSurfaceAPI.h

Deniss Fedotovs
  • 1,384
  • 12
  • 22