G'day,
Since upgrading from GLBasic 12.096 to 12.312, I'm getting some error messages when I attempt to build an iPhone project in Xcode.
Undefined symbols for architecture armv7:
"__GLBASIC__::ALLOWESCAPE(int)"
"__GLBASIC__::SETFONT(int, float)"
I've made no changes to my project since upgrading, and if I downgrade back to 12.096 then it works fine again.
Does anyone know what might be happening here? I tried specifying two parameters for SETFONT rather than one, but it didn't make any difference.
Thanks,
Warwick
make sure to delete libGLBasiciPhone-egl.a and libpng-gf.a in distribute\iPhone\XCode\Lib.
Thanks! That fixed it.