Xcode 6 iOS SDK 8.0 in Yosemite is giving me errors for OpenGL ES2 code which compiles fine under Xcode 5
GLuint depthStencilRenderbuffer; glBindRenderbufferOES(
Try:
#import
or
works for me.
Without it, app which correctlyworking on xcode 6 + ios7 can find GL_FALSE and others..