Wizcorp / phonegap-plugin-wizCanvas

WizCanvas allows a developer to create a ultra-performant native canvas component. The view is based on the Ejecta framework and has WebGL support.
MIT License
43 stars 13 forks source link

Build fail on XCode 6 beta, can't show anything on iOS 8 #36

Closed gclsoft closed 9 years ago

gclsoft commented 9 years ago

Build fail on XCode 6 beta:

/Users/apple/Desktop/github/phonegap-plugin-wizCanvas/platforms/ios/HelloCordova/Plugins/WizCanvasPlugin/Ejecta/EJCanvas/WebGL/EJCanvasContextWebGLTexture.m:23:17: Use of undeclared identifier 'GL_FRAMEBUFFER_BINDING'

I've installed an app(https://itunes.apple.com/app/rubiks-2048/id881944742?ls=1&mt=8) using phonegap-plugin-wizCanvas which worked well, but after I updated my iPad 4 to iOS 8, it can't show anything.

gclsoft commented 9 years ago

OK on iOS 8 beta 2 and xcode 5 now.