Cocos2d-x 3.0 not moving with layer PhysicsSprite

    auto scene = Scene::createWithPhysics();
    auto layer = HelloWorld::create();
    scene->addChild(layer);

add setPhysicsBody sprite to this layer
layer::setPosition, not move with layer

like this issue?
http://www.cocos2d-x.org/forums/6/topics/44345