Demo for ezyfox-sever
Download completed source here
- Argument value 10880 is outside the valid range [0, 255] Replace cocos2d/external/bullet/include/bullet/LinearMath/btVector3.h line 42:
#define BT_SHUFFLE(x,y,z,w) ((w)<<6 | (z)<<4 | (y)<<2 | (x))
with new one:
#define BT_SHUFFLE(x, y, z, w) (((w) << 6 | (z) << 4 | (y) << 2 | (x)) & 0xff)
- xcode 12 linking error
Exclude
arm64
, refer this guild
gradle wrapper
gradle build