Release State Build Failed
I have tried to create a build which we can use in the app store. But when I start the batch file which we got from you I get this error now.
x86_64-linux-gnu-g++.exe -MMD -MF x86_64/dep/WhoisOn-main.dep -I sdk -I sdk/platform -I . -Wall -Werror -fno-delete-null-pointer-checks -c -D NO_LEGACY -D BUILD=130002 -D RELEASE_STATE="\""\"final\""\"" -g -O3 -isystem "C:\innovaphone\sdk/x86_64-7.2.0-linux-gnu/x86_64-linux-gnu/include/c++/7.2.0" -isystem "C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/include" -fsigned-char -o x86_64/obj/WhoisOn-main.o WhoisOn-main.cpp
<command-line>:0:22: error: unable to find string literal operator 'operator""final' with 'const char [1]', 'long unsigned int' arguments
common/build/release.h:39:32: note: in expansion of macro 'RELEASE_STATE'
const char * _RELEASE_STATE_ = RELEASE_STATE;
^~~~~~~~~~~~~
make: *** [sdk/platform/sdk.mak:34: x86_64/obj/WhoisOn-main.o] Error 1
Is this because I'm using the dev build of the sdk?