In my app it was working fine in Cocos2D version 1.1. When I upgraded to 2.0rc0a, I just see a black screen now and I get the following 4 errors nonstop until I quit the application:
OpenGL error 0x0506 in -[CCSprite draw] 532
OpenGL error 0x0506 in -[CCParticleSystemQuad draw] 461
OpenGL error 0x0506 in -[CCTextureAtlas drawNumberOfQuads:fromIndex:] 543
OpenGL error 0x0506 in -[CCGLView swapBuffers] 280
So I googled this a bit and it seems that the app cannot find the shader files. What shader files? Is there a specific name or is it ALL Cocos2D files?
Also how would I fix this issue? I currently have no warnings or errors in my project.
Thanks!