Hello,everyone。
my project need to be compiled on Xcode5 using iOS7 SDK and on compiled on Xcode6 using iOS8 SDK at the same time,but some header file like "opengles/gltypes.h" only appears in iOS8 SDK。
When I compile my project using Xcode5,the compiler complains that the opengles/gltypes.h file not found。
Is it this problem solvable? How to fix it?
Thanks a lot!