Hi, everyone!
We use AngelScript in our engine and it works fine. But since the new iOS x64 requirements were published we have to add x64 support into it.
I get this error every time I try to build AngelScript for iOS armv7 arm64.
[attachment=25865:?????? ?????? 2015-02-09 ? 14.08.05.png]
[attachment=25862:?????? ?????? 2015-02-09 ? 13.25.37.png]
If I define AS_MAX_PORTABILITY the project builds successfully, but when I call for RegisterGlobalFunction it returns -7 (asNOT_SUPPORTED).
[attachment=25863:?????? ?????? 2015-02-09 ? 14.02.14.png]
[attachment=25864:?????? ?????? 2015-02-09 ? 14.03.17.png]
Please help me to fix it.
Thanx in advance!