I'm banging my head against a wall after spending three days trying to compile a release build for tizen in C++, using version 2.2 of cocos2d-x.
I have no problems building the emulator and debug-device versions, but when I try to do a release build I get lots of errors - missing headers and stuff.
Everything is set for ARMv7-a and for a release build and the security profiles are all set up.
I have tried copying the settings/includes for the debug-device version and got a little further forward (success with Box2D and cocos2dx), but this doesn't seem to work for others like extensions or CocoDenshion.
I have now tried everything I can think of to fix my problems and googled for hours and hours and I am now completely stuck and run out of ideas.
Can anyone be so kind as to give me a simple set of instructions with the details of what I need to change to build a release build for one of the samples - say TestCpp for example?