Semantic Issue Use of undeclared identifier 'GL_BGRA_EXT'
のエラーで、Unityで吐き出したXcodeデコンパイルが出来ない。
Semantic Issue Use of undeclared identifier 'GL_BGRA_EXT' - Unity Answers
とか
Newbie Help! Errors with basic ios export | Unity Community
とかを見た
iOS8 / XCode6 compatibility | Unity Community
objectivec:CMVideoSampling.mm
//#include <OpenGLES/ES2/gl.h> #include <OpenGLES/ES2/glext.h>
このように書き換えた。