sayeeda
sayeeda

Reputation: 19

List Of problems using ios8

Tried to run my application in xcode6 beta 5 version but

Please Let me know is any framework missing ? or any other problem ?

Upvotes: 1

Views: 1078

Answers (2)

Sheepdogsheep
Sheepdogsheep

Reputation: 417

I simply added this:

    #import <OpenGLES/ES2/glext.h>

Use either.

Upvotes: 12

iOSdev
iOSdev

Reputation: 563

Try:

#import <OpenGLES/ES2/glext.h>

or

#import <OpenGLES/ES3/glext.h>

Upvotes: 4

Related Questions