cocos2d-x-physics-example
cocos2d-x-physics-example copied to clipboard
Polygon class conflict in xcode 7.3
trafficstars
Hi, I was using cocos2d-x 3.10 and xcode 7.2 for running my app for both ios and mac desktop. After updating to xcode 7.3 I'm getting following error in PhysicsShapeCache.h (in class declaration):
Definition of type 'Polygon' conflicts with typedef of the same name
It only appears on desktop mode (i386/x86_64) and works without a problem on ios.