大侠们 我的cocos2dx 版本是cocos2d-x-3.2alpha0的 但是在iOS真机上编译报错 Undefined symbols for architecture armv7s 详情:Undefined symbols for architecture armv7s:
“vtable for b2PolygonShape”, referenced from:
b2PolygonShape::b2PolygonShape() in Box2DHandler.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
“vtable for b2CircleShape”, referenced from:
b2CircleShape::b2CircleShape() in Box2DHandler.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
“vtable for b2EdgeShape”, referenced from:
b2EdgeShape::b2EdgeShape() in Box2DHandler.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
……
找不到armv7s 我把armv7s删除后就可以了 难道是下载的cocos2dx的版本不支持armv7s ?
求解
如图设置。