Hi to all
I installed ios8 on my device and xcode6 beta on my mac.
I try to play my C2 game (exported with ejecta) on my iphone5c and xcode returned to me 12 issues and the build fail.
the issues i think are made by webgl becuase the error message is:
"Use of undeclared identifier 'GL_FRAMEBUFFER' "
and also
"Use of undeclared identifier 'GL_RENDERBUFFER' "
I don't know if is a problem between ejecta and new xcode6 beta,
I suppose this because a week ago a used xcode 5 and all worked fine!!!
is there anyone who has encountered these problems?
Thank's