- Home /
Xcode error dyld: symbol not found: _glbeginquery
I am porting my app to ios, but when i run it in the simulator, it is giving me this error:
dyld: symbol not found: _glbeginquery.
building for ios 7.0 and 7.1 doesn't have this issue, but when i try 6.0 and 6.1, it gives me this error:
dyld: symbol not found: _glbeginquery. I think ive tried both force el 2 and 3 already
Comment