I have a problem when I try to compile an iOS project with iOS 8.
Error messages:
Implicit declaration of function 'glReadPixels' is invalid in C99 compiling Conflicting types for 'glReadPixels' Declaration of 'glReadPixels' must be imported from module 'OpenGLES.ES3.gl' before it is required
I recently ran into the same problem.
The easiest way to solve this problem is to add the @import OpenGLES; line @import OpenGLES; to every file where you have this message.
@import OpenGLES;
IOS 8 requires import
#import <OpenGLES/ES3/glext.h>
This link is a solution. Click here ...
Source: https://habr.com/ru/post/1203297/More articles:TestNG: running multiple sets with the saved order using the tag - testngHow can I upgrade the version of the Genymotion virtual device to version 2.2.2 - androidPandas the second column name with the highest value - pandasHow to select a contact from the ios8 address book - iosIs this the correct iterator implementation? - c ++Git. Restart the local branch on top of the local master. How to ignore individual file changes? - gitHow to determine the OS language in Windows Phone 8.1 - c #Setting labels manually in matplotlib outline graph is incorrect - pythonAdd Object to BindingList in BindingList - listKant doesn't seem to have received the "karma-ng-html2js-preprocessor" his job - angularjsAll Articles