Xcode OpenGL Build Error (header file not found)
- by Strix Nebulosa
When building my Objective-C project (for Mac OS 10.9, Xcode 5.11), I get the error message
Lexical or Preprocessor Issue 'OpenGL/OpenGL.h' file not found.
The error is caused by the include section of the file CVDisplayLink.h where the above named file is included. CVDisplayLink.h belongs to the framework CoreVideo. Now there are two strange…